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/srb_read.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/srb_read.c')
-rw-r--r-- | test/srb_read.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/srb_read.c b/test/srb_read.c index e20085c..1b4794b 100644 --- a/test/srb_read.c +++ b/test/srb_read.c @@ -50,10 +50,6 @@ */ #include <h5test.h> -const char *FILENAME[] = { - NULL -}; - #ifndef H5_HAVE_SRB int main(void) { |