diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-03 13:49:48 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-03 13:49:48 (GMT) |
commit | 6589650eeafe95ec499b9c370e2d55a8b185d6a0 (patch) | |
tree | 6dd790366e4ea9404061db17c12f593875da85a5 /test/tselect.c | |
parent | 40bf5dedddaaaa666e7d747c664c7bc47bda40f3 (diff) | |
download | hdf5-6589650eeafe95ec499b9c370e2d55a8b185d6a0.zip hdf5-6589650eeafe95ec499b9c370e2d55a8b185d6a0.tar.gz hdf5-6589650eeafe95ec499b9c370e2d55a8b185d6a0.tar.bz2 |
[svn-r658] Changes since 19980901
----------------------
./test/dtypes.c
Got rid of one of some of the `increases alignment' warnings.
./test/tselect.c
Got rid of an unused variable.
Diffstat (limited to 'test/tselect.c')
-rw-r--r-- | test/tselect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c index e38bbda..db0782c 100644 --- a/test/tselect.c +++ b/test/tselect.c @@ -491,7 +491,6 @@ test_select_combo(void) *tbuf2; /* temporary buffer pointer */ intn i,j; /* Counters */ herr_t ret; /* Generic return value */ -hbool_t valid; /* Generic boolean return value */ /* Output message about test being performed */ MESSAGE(5, ("Testing Combination of Hyperslab & Element Selection Functions\n")); |