summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Attribute.cpp')
-rw-r--r--c++/src/H5Attribute.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp
index b810624..1ba8c79 100644
--- a/c++/src/H5Attribute.cpp
+++ b/c++/src/H5Attribute.cpp
@@ -37,13 +37,11 @@
#include "H5Attribute.h"
#include "H5private.h" // for HDfree
-#ifndef H5_NO_NAMESPACE
namespace H5 {
#ifndef H5_NO_STD
using std::cerr;
using std::endl;
#endif // H5_NO_STD
-#endif
class H5_DLLCPP H5Object; // forward declaration for UserData4Aiterate
@@ -679,7 +677,4 @@ Attribute::~Attribute()
cerr << "Attribute::~Attribute - " << close_error.getDetailMsg() << endl;
}
}
-
-#ifndef H5_NO_NAMESPACE
} // end namespace
-#endif