summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Location.cpp')
-rw-r--r--c++/src/H5Location.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/c++/src/H5Location.cpp b/c++/src/H5Location.cpp
index 8befefc..87eac67 100644
--- a/c++/src/H5Location.cpp
+++ b/c++/src/H5Location.cpp
@@ -2367,12 +2367,4 @@ f_DataSpace_setId(DataSpace *dspace, hid_t new_id)
dspace->p_setId(new_id);
}
-//--------------------------------------------------------------------------
-// Function: H5Location destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-H5Location::~H5Location()
-{
-}
-
} // namespace H5