diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-01-27 20:51:40 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-01-27 20:51:40 (GMT) |
commit | 7afa7bb6afd1cf4daee58010e4f9411262abeab9 (patch) | |
tree | a2c5ed68e81536fa78269128e3c10274e4752299 /src/H5MFprivate.h | |
parent | 7abd70b809d1ee24d697520030587022c7b8d4e7 (diff) | |
download | hdf5-7afa7bb6afd1cf4daee58010e4f9411262abeab9.zip hdf5-7afa7bb6afd1cf4daee58010e4f9411262abeab9.tar.gz hdf5-7afa7bb6afd1cf4daee58010e4f9411262abeab9.tar.bz2 |
[svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> configure
option (also updated CMake).
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
serial CMake (CMake 3.3.2)
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r-- | src/H5MFprivate.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h index 024cc91..766834d 100644 --- a/src/H5MFprivate.h +++ b/src/H5MFprivate.h @@ -21,8 +21,6 @@ * * Purpose: Private header file for file memory management. * - * Modifications: - * *------------------------------------------------------------------------- */ #ifndef _H5MFprivate_H @@ -36,13 +34,6 @@ /* Library Private Macros */ /**************************/ -/* - * Feature: Define H5MF_DEBUG on the compiler command line if you want to - * see diagnostics from this layer. - */ -#ifdef NDEBUG -# undef H5MF_DEBUG -#endif /****************************/ /* Library Private Typedefs */ |