[svn-r13011] Remove some // comments that were making pgcc unhappy.

Tested on heping; no significant changes.
This commit is contained in:
James Laird 2006-12-02 16:25:28 -05:00
parent 87db6fed4f
commit cf92545670

View File

@ -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;
}