summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-07-01 03:53:56 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-07-01 03:53:56 (GMT)
commit0d6930d3c2c66798033c3c5c47beb969082fea12 (patch)
treea84e229b84441ad2dffff0b4dbce546ad9c48de9 /test/tmisc.c
parentb6944aeb2abfdab1d0522e065e298945eefa2fe7 (diff)
downloadhdf5-0d6930d3c2c66798033c3c5c47beb969082fea12.zip
hdf5-0d6930d3c2c66798033c3c5c47beb969082fea12.tar.gz
hdf5-0d6930d3c2c66798033c3c5c47beb969082fea12.tar.bz2
Purged the unused H5I_REFERENCE from the library.
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tmisc.c b/test/tmisc.c
index cc6a6aa..587a937 100644
--- a/test/tmisc.c
+++ b/test/tmisc.c
@@ -3445,8 +3445,6 @@ test_misc19(void)
} H5E_END_TRY;
VERIFY(ret, FAIL, "H5FDunregister");
-/* Check H5I operations on references */
-
} /* end test_misc19() */
/****************************************************************