summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/H5SM.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5SM.c b/src/H5SM.c
index 52ed9d9..7ab2f59 100755
--- a/src/H5SM.c
+++ b/src/H5SM.c
@@ -444,8 +444,6 @@ H5SM_create_list(H5F_t *f, H5SM_index_header_t * header, hid_t dxpl_id)
/* JAMES: would making fewer operations out of this make it faster? */
for(x=0; x<num_entries; x++) {
-// list->messages[x].ref_count=0;
-// list->messages[x].fheap_id=0;
list->messages[x].hash=H5O_HASH_UNDEF;
}