summaryrefslogtreecommitdiffstats
path: root/src/H5Ipkg.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-17 22:24:21 (GMT)
committerGitHub <noreply@github.com>2023-03-17 22:24:21 (GMT)
commitfbb89ad9bcab93b84affb5a8bae2b07d18419a84 (patch)
tree01c1c5b5102da1c89399d6e0c7d7876cff59dd80 /src/H5Ipkg.h
parentd8a9a5d80c0be58d1584a4ba5f159f0bf2c7ebba (diff)
downloadhdf5-fbb89ad9bcab93b84affb5a8bae2b07d18419a84.zip
hdf5-fbb89ad9bcab93b84affb5a8bae2b07d18419a84.tar.gz
hdf5-fbb89ad9bcab93b84affb5a8bae2b07d18419a84.tar.bz2
Merge MD cache tag slist --> hash table change (#2580)
PR #1925 from develop
Diffstat (limited to 'src/H5Ipkg.h')
-rw-r--r--src/H5Ipkg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/H5Ipkg.h b/src/H5Ipkg.h
index 2d1002c..24879c1 100644
--- a/src/H5Ipkg.h
+++ b/src/H5Ipkg.h
@@ -28,15 +28,6 @@
/* Get package's private header */
#include "H5Iprivate.h"
-/* uthash is an external, header-only hash table implementation.
- *
- * We include the file directly in src/ and #define a few functions
- * to use our internal memory calls.
- */
-#define uthash_malloc(sz) H5MM_malloc(sz)
-#define uthash_free(ptr, sz) H5MM_free(ptr) /* Ignoring sz is intentional */
-#include "uthash.h"
-
/**************************/
/* Package Private Macros */
/**************************/