diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-11 15:36:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-11 15:36:06 (GMT) |
commit | 78158e8dbffcbf025257a72bb42c1fbe8c7660b7 (patch) | |
tree | 5947882877f5cbdee8b70ccfb726e3adef27f8ae /src/H5MF.c | |
parent | 4e3029bf8286175909d678d67bf40f477402ba46 (diff) | |
download | hdf5-78158e8dbffcbf025257a72bb42c1fbe8c7660b7.zip hdf5-78158e8dbffcbf025257a72bb42c1fbe8c7660b7.tar.gz hdf5-78158e8dbffcbf025257a72bb42c1fbe8c7660b7.tar.bz2 |
[svn-r13635] Description:
Clean up code and reduce compiler warnings...
Tested on:
Mac OS X/32 10.4.9 (amazon)
Diffstat (limited to 'src/H5MF.c')
-rw-r--r-- | src/H5MF.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -237,7 +237,6 @@ hbool_t H5MF_alloc_overflow(H5F_t *f, hsize_t size) { hsize_t space_needed = 0; /* Accumulator variable */ - H5FD_mem_t type; /* Type of memory */ size_t c; /* Local index variable */ hbool_t ret_value; /* Return value */ |