summaryrefslogtreecommitdiffstats
path: root/test/bittests.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/bittests.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/bittests.c')
-rw-r--r--test/bittests.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/bittests.c b/test/bittests.c
index 492691d..2c8daef 100644
--- a/test/bittests.c
+++ b/test/bittests.c
@@ -9,10 +9,6 @@
*/
#include <h5test.h>
-const char *FILENAME[] = {
- NULL
-};
-
#define H5T_PACKAGE
#include <H5Tpkg.h>