summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-09-11 18:44:36 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-09-11 18:44:36 (GMT)
commita33e9619aac03d6135e837fdf95956843dc662cb (patch)
treee55e30e9419bca1fa2d096ed4840f54fb51fb2c2 /test/hyperslab.c
parent7fd9e85f62084d0ca81fbeb27d75e072a48acf6d (diff)
downloadhdf5-a33e9619aac03d6135e837fdf95956843dc662cb.zip
hdf5-a33e9619aac03d6135e837fdf95956843dc662cb.tar.gz
hdf5-a33e9619aac03d6135e837fdf95956843dc662cb.tar.bz2
[svn-r2533] Rolled back the changes I committed since Albert fixed the problem with
FILENAME being extern global...
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index b87ce7d..114336a 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -15,10 +15,6 @@
#include <H5MMprivate.h>
#include <H5Vprivate.h>
-const char *FILENAME[] = {
- NULL
-};
-
#ifndef HAVE_FUNCTION
#undef __FUNCTION__
#define __FUNCTION__ ""