summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5IntType.h')
-rw-r--r--c++/src/H5IntType.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/src/H5IntType.h b/c++/src/H5IntType.h
index 5d8b1f9..0cff95f 100644
--- a/c++/src/H5IntType.h
+++ b/c++/src/H5IntType.h
@@ -37,10 +37,6 @@ class H5_DLLCPP IntType : public AtomType {
// Gets the integer datatype of the specified dataset
IntType( const DataSet& dataset );
- // Assignment operator that takes a predefined type
- // may not use - BMR
- // virtual IntType& operator=( const PredType& rhs );
-
// Retrieves the sign type for an integer type
H5T_sign_t getSign() const;