summaryrefslogtreecommitdiffstats
path: root/src/H5Itest.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2020-11-21 05:17:36 (GMT)
committerGitHub <noreply@github.com>2020-11-21 05:17:36 (GMT)
commit133c0ad36f5a5864b840a26b6d85b13ad59b6819 (patch)
treef11ad641a9ea5caf773a2ea574584995fde97c79 /src/H5Itest.c
parent2122a428cdab2abd46e9f742e54a25f6ea6b6b9f (diff)
downloadhdf5-133c0ad36f5a5864b840a26b6d85b13ad59b6819.zip
hdf5-133c0ad36f5a5864b840a26b6d85b13ad59b6819.tar.gz
hdf5-133c0ad36f5a5864b840a26b6d85b13ad59b6819.tar.bz2
Minor/id code cleanup (#114)
* Revert "Switch ID code to use a hash table instead of a skip list (#52)" This reverts commit a50d211755cb272b2e468144e7d892a4c90813c4. * H5I_id_type_t and H5I_class_t are no longer managed via free lists * Fixed commenting issues * Naming and commenting cleanup in H5I.c * H5I cleanup * Header cleanup * Commenting * More uniform naming * Renames H5I_id_type_t and related in H5I.c * Adds gcc pragmas to ignore H5I const casting * Split H5I code into multiple files * Rename id_type to simply type in H5I code * Minor typo in H5Itest.c
Diffstat (limited to 'src/H5Itest.c')
-rw-r--r--src/H5Itest.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/H5Itest.c b/src/H5Itest.c
index 83e0a84..21c9dac 100644
--- a/src/H5Itest.c
+++ b/src/H5Itest.c
@@ -11,10 +11,8 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Quincey Koziol
- * Tuesday, July 27, 2010
- *
- * Purpose: ID testing functions.
+/*
+ * H5Itest.c - ID testing functions
*/
/****************/
@@ -28,7 +26,6 @@
/* Headers */
/***********/
#include "H5private.h" /* Generic Functions */
-#include "H5ACprivate.h" /* Metadata cache */
#include "H5CXprivate.h" /* API Contexts */
#include "H5Eprivate.h" /* Error handling */
#include "H5Gprivate.h" /* Groups */