summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-09-13 18:32:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-09-13 18:32:01 (GMT)
commitbe12aa63a0a210da111b0d31dde44c2c665c7165 (patch)
tree9630cef8e5069514d9d03debf5990d6f9e0495d0 /tools
parent27a1a10fbb6101a071ddb4f5f29e3bcaeb9ef8d0 (diff)
downloadhdf5-be12aa63a0a210da111b0d31dde44c2c665c7165.zip
hdf5-be12aa63a0a210da111b0d31dde44c2c665c7165.tar.gz
hdf5-be12aa63a0a210da111b0d31dde44c2c665c7165.tar.bz2
[svn-r14147] Description:
Clean up some "WANT_H5_V1_4_COMPAT" #ifdefs that somehow survived this far... Tested on: FreeBSD/32 6.2 (duty)
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/h5dumpgentest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/h5dump/h5dumpgentest.c b/tools/h5dump/h5dumpgentest.c
index e6d0d6d..ec1b65c 100644
--- a/tools/h5dump/h5dumpgentest.c
+++ b/tools/h5dump/h5dumpgentest.c
@@ -4848,11 +4848,7 @@ static void gent_filters(void)
ret=H5Premove_filter(dcpl,H5Z_FILTER_ALL);
assert(ret>=0);
-#ifdef H5_WANT_H5_V1_4_COMPAT
- ret=H5Zregister (MYFILTER_ID, "myfilter", myfilter);
-#else
ret=H5Zregister (H5Z_MYFILTER);
-#endif
assert(ret>=0);
ret=H5Pset_filter (dcpl, MYFILTER_ID, 0, 0, NULL);