summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-12-02 21:25:28 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-12-02 21:25:28 (GMT)
commitcf925456704a232e626377f33b890461b9aa6b6d (patch)
tree79ea0cdf2876eca89067dd9daa81c0226efddc5f /src
parent87db6fed4f3a94216e529999bda52296ed13e7ec (diff)
downloadhdf5-cf925456704a232e626377f33b890461b9aa6b6d.zip
hdf5-cf925456704a232e626377f33b890461b9aa6b6d.tar.gz
hdf5-cf925456704a232e626377f33b890461b9aa6b6d.tar.bz2
[svn-r13011] Remove some // comments that were making pgcc unhappy.
Tested on heping; no significant changes.
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;
}