summaryrefslogtreecommitdiffstats
path: root/src/H5Ipkg.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-07 15:59:54 (GMT)
committerGitHub <noreply@github.com>2023-06-07 15:59:54 (GMT)
commitbbfecfe08adba3c0a2ebd589aea8bbfce8bc4011 (patch)
treec860b62401c2b18208c9f65f6691d3379fda3807 /src/H5Ipkg.h
parent37efa90085f6c34db6d5947f3320c3d519ee3653 (diff)
downloadhdf5-bbfecfe08adba3c0a2ebd589aea8bbfce8bc4011.zip
hdf5-bbfecfe08adba3c0a2ebd589aea8bbfce8bc4011.tar.gz
hdf5-bbfecfe08adba3c0a2ebd589aea8bbfce8bc4011.tar.bz2
Update uthash and move to H5private.h (#3074)
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 */
/**************************/