diff options
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r-- | c++/src/H5File.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h index 900681e..3db277d 100644 --- a/c++/src/H5File.h +++ b/c++/src/H5File.h @@ -87,9 +87,6 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG { // Throw file exception. virtual void throwException(const string func_name, const string msg) const; - // Used by the API to appropriately close a file. - void p_close() const; - // H5File destructor. virtual ~H5File(); |