diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-08-12 22:46:07 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-08-12 22:46:07 (GMT) |
commit | 46ef9d9c266b704ba93ed55296ed2ebab600a2a4 (patch) | |
tree | 47c6ec9e07b4fee798109d58b928747117f4a02a /test/tfile.c | |
parent | fb947c34b142578774d5bb657c0b3e2a9b4781c7 (diff) | |
download | hdf5-46ef9d9c266b704ba93ed55296ed2ebab600a2a4.zip hdf5-46ef9d9c266b704ba93ed55296ed2ebab600a2a4.tar.gz hdf5-46ef9d9c266b704ba93ed55296ed2ebab600a2a4.tar.bz2 |
[svn-r26] ./test/tfile.h
Removed unused local variables.
./test/tstab.c
Now uses directory-aware functions which in turn call the
unaware functions.
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tfile.c b/test/tfile.c index 81c8cd2..7bc8c91 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -225,8 +225,8 @@ printf("BTREE_SIZE=%u\n",parm); ****************************************************************/ static void test_file_open(void) { - hatom_t fid1,fid2,fid3; /* HDF5 File IDs */ - hatom_t tmpl1,tmpl2; /* File creation templates */ + hatom_t fid1; /* HDF5 File IDs */ + hatom_t tmpl1; /* File creation templates */ uintn parm; /* File-creation parameters */ herr_t ret; /* Generic return value */ |