summaryrefslogtreecommitdiffstats
path: root/tools/h5ls.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-01-10 21:24:54 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-01-10 21:24:54 (GMT)
commit8e20f98805d784a57afdaf73012d96a6ea1f1a30 (patch)
tree654de108f44deb4972268f83261b6905d4b00cc0 /tools/h5ls.c
parent2ae44ebdbadf06a6771ebe45e2784a05d17da22c (diff)
downloadhdf5-8e20f98805d784a57afdaf73012d96a6ea1f1a30.zip
hdf5-8e20f98805d784a57afdaf73012d96a6ea1f1a30.tar.gz
hdf5-8e20f98805d784a57afdaf73012d96a6ea1f1a30.tar.bz2
[svn-r3264] Purpose:
Bug fix Description: I dropped the boat on this one. I assigned prefix to NULL after it'd been allocated...My bad. Solution: Stopped doing that. Platforms tested: Linux
Diffstat (limited to 'tools/h5ls.c')
-rw-r--r--tools/h5ls.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/h5ls.c b/tools/h5ls.c
index 4fdc673..2ceecb0 100644
--- a/tools/h5ls.c
+++ b/tools/h5ls.c
@@ -16,18 +16,6 @@
#include <h5tools.h>
/*
- * File drivers
- */
-#if defined VERSION13
-#include <H5FDsec2.h>
-#include <H5FDmulti.h>
-#include <H5FDfamily.h>
-#elif defined VERSION12
-#include <H5Fpublic.h>
-#endif
-
-
-/*
* If defined then include the file name as part of the object name when
* printing full object names. Otherwise leave the file name off.
*/