diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-12 02:58:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-12 02:58:28 (GMT) |
commit | ff44c2099be1202fcd68fc309a93440c027cbbf8 (patch) | |
tree | c8a5cc288a88bc9f333eb40e4c39ad58c3636cbb /src/H5FS.c | |
parent | 0e539a1cbc9f144fcb3b46be85da54eebc0f70db (diff) | |
download | hdf5-ff44c2099be1202fcd68fc309a93440c027cbbf8.zip hdf5-ff44c2099be1202fcd68fc309a93440c027cbbf8.tar.gz hdf5-ff44c2099be1202fcd68fc309a93440c027cbbf8.tar.bz2 |
[svn-r12567] Description:
Correct remaining compilation errors when debugging asserts are turned on
in free space manager.
Tested in:
FreeBSD 4.11 (sleipnir)
Too minor for h5committest
Diffstat (limited to 'src/H5FS.c')
-rw-r--r-- | src/H5FS.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -54,9 +54,6 @@ /********************/ /* Local Prototypes */ /********************/ -#ifdef H5FS_DEBUG -herr_t H5FS_assert(const H5FS_t *fspace); -#endif /* H5FS_DEBUG */ /*********************/ |