diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-04-22 17:47:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-04-22 17:47:45 (GMT) |
commit | eec925dc3f364bfdb468d2616a2d3855c1d1cd39 (patch) | |
tree | fb8427dc167b8425acd8c1a99840690b960aa2af | |
parent | 85af724937639da27fd2232654730d30b7e3904e (diff) | |
download | hdf5-eec925dc3f364bfdb468d2616a2d3855c1d1cd39.zip hdf5-eec925dc3f364bfdb468d2616a2d3855c1d1cd39.tar.gz hdf5-eec925dc3f364bfdb468d2616a2d3855c1d1cd39.tar.bz2 |
[svn-r10648] Purpose:
Bug fix
Description:
Remove declaration of 'prefix' variable that was moved into the h5tools
library.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/CC=g++
Too minor to require h5committest
-rw-r--r-- | tools/h5ls/h5ls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 44ad6ad..d10e0d5 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -79,7 +79,6 @@ static void display_type(hid_t type, int ind); static char *fix_name(const char *path, const char *base); hid_t thefile; -char *prefix; const char *progname="h5ls"; int d_status; |