summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Location.h')
-rw-r--r--c++/src/H5Location.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index a57d3ed..41f7ca0 100644
--- a/c++/src/H5Location.h
+++ b/c++/src/H5Location.h
@@ -113,9 +113,6 @@ class H5_DLLCPP H5Location : public IdComponent {
H5std_string getLinkval(const char* link_name, size_t size=0) const;
H5std_string getLinkval(const H5std_string& link_name, size_t size=0) const;
- // Returns the number of objects in this group.
- hsize_t getNumObjs() const;
-
// Retrieves the name of an object in this group, given the
// object's index.
H5std_string getObjnameByIdx(hsize_t idx) const;