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/H5Gprivate.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/H5Gprivate.h')
-rw-r--r-- | src/H5Gprivate.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h index 1ab5522..2ef99fd 100644 --- a/src/H5Gprivate.h +++ b/src/H5Gprivate.h @@ -37,13 +37,6 @@ #include "H5RSprivate.h" /* Reference-counted strings */ /* - * Define this to enable debugging. - */ -#ifdef NDEBUG -# undef H5G_DEBUG -#endif - -/* * The disk size for a symbol table entry... */ #define H5G_SIZEOF_SCRATCH 16 |