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