summaryrefslogtreecommitdiffstats
path: root/src/H5SMprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5SMprivate.h')
-rwxr-xr-xsrc/H5SMprivate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5SMprivate.h b/src/H5SMprivate.h
index fd421e1..37d4689 100755
--- a/src/H5SMprivate.h
+++ b/src/H5SMprivate.h
@@ -31,14 +31,6 @@
#define H5SM_MAX_NUM_INDEXES 6
-/* Typedef for a SOHM index node */
-typedef struct {
- /* JAMES: I think I need message type here, and stored in file. */
- uint32_t hash; /* Hash value for OHM */
- H5SM_fheap_id_t fheap_id; /* ID of the OHM in the fractal heap */
- hsize_t ref_count; /* JAMES TODO: should this be hsize_t? */
-} H5SM_sohm_t;
-
/******************************/
/* Library Private Prototypes */
/******************************/