From eec925dc3f364bfdb468d2616a2d3855c1d1cd39 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 22 Apr 2005 12:47:45 -0500 Subject: [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 --- tools/h5ls/h5ls.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v0.12