summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5DataType.h')
-rw-r--r--c++/src/H5DataType.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/c++/src/H5DataType.h b/c++/src/H5DataType.h
index c0aa56d..0fe462f 100644
--- a/c++/src/H5DataType.h
+++ b/c++/src/H5DataType.h
@@ -50,12 +50,6 @@ class H5_DLLCPP DataType : public H5Object {
// Converts data from between specified datatypes.
void convert( const DataType& dest, hsize_t nelmts, void *buf, void *background, PropList& plist ) const;
- // Sets the overflow handler to a specified function.
- void setOverflow(H5T_overflow_t func) const;
-
- // Returns a pointer to the current global overflow function.
- H5T_overflow_t getOverflow(void) const;
-
// Assignment operator
DataType& operator=( const DataType& rhs );