diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-11 18:44:36 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-11 18:44:36 (GMT) |
commit | a33e9619aac03d6135e837fdf95956843dc662cb (patch) | |
tree | e55e30e9419bca1fa2d096ed4840f54fb51fb2c2 /test/testhdf5.c | |
parent | 7fd9e85f62084d0ca81fbeb27d75e072a48acf6d (diff) | |
download | hdf5-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/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 16349d1..ea88a7c 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -58,10 +58,6 @@ int Verbosity; /* ANY new test needs to have a prototype in tproto.h */ #include <testhdf5.h> -const char *FILENAME[] = { - NULL -}; - struct TestStruct { int NumErrors; char Description[64]; |