summaryrefslogtreecommitdiffstats
path: root/src/H5FS.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-08-12 02:58:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-08-12 02:58:28 (GMT)
commitff44c2099be1202fcd68fc309a93440c027cbbf8 (patch)
treec8a5cc288a88bc9f333eb40e4c39ad58c3636cbb /src/H5FS.c
parent0e539a1cbc9f144fcb3b46be85da54eebc0f70db (diff)
downloadhdf5-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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5FS.c b/src/H5FS.c
index e6bb45d..981b3c8 100644
--- a/src/H5FS.c
+++ b/src/H5FS.c
@@ -54,9 +54,6 @@
/********************/
/* Local Prototypes */
/********************/
-#ifdef H5FS_DEBUG
-herr_t H5FS_assert(const H5FS_t *fspace);
-#endif /* H5FS_DEBUG */
/*********************/