diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-12-02 21:25:28 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-12-02 21:25:28 (GMT) |
commit | cf925456704a232e626377f33b890461b9aa6b6d (patch) | |
tree | 79ea0cdf2876eca89067dd9daa81c0226efddc5f /src | |
parent | 87db6fed4f3a94216e529999bda52296ed13e7ec (diff) | |
download | hdf5-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-x | src/H5SM.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } |