summaryrefslogtreecommitdiffstats
path: root/src/H5Gent.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:25:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:25:23 (GMT)
commitb56429d0863efa2595417847e92eab73b43bc5ae (patch)
tree14235d2364209ffe11c3ac6bfdfcc5456089787b /src/H5Gent.c
parentbb042d83c73df85f30c7103e9ff93b5cc630fced (diff)
downloadhdf5-b56429d0863efa2595417847e92eab73b43bc5ae.zip
hdf5-b56429d0863efa2595417847e92eab73b43bc5ae.tar.gz
hdf5-b56429d0863efa2595417847e92eab73b43bc5ae.tar.bz2
[svn-r6951] Purpose:
Code cleanup Description: Clean up various warnings & comment out unused code. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested
Diffstat (limited to 'src/H5Gent.c')
-rw-r--r--src/H5Gent.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Gent.c b/src/H5Gent.c
index 083ed9f..9596eb0 100644
--- a/src/H5Gent.c
+++ b/src/H5Gent.c
@@ -31,7 +31,9 @@ static int interface_initialize_g = 0;
#define INTERFACE_INIT NULL
/* Private prototypes */
+#ifdef NOT_YET
static herr_t H5G_ent_modified(H5G_entry_t *ent, H5G_type_t cache_type);
+#endif /* NOT_YET */
/*-------------------------------------------------------------------------
@@ -91,6 +93,7 @@ done:
*
*-------------------------------------------------------------------------
*/
+#ifdef NOT_YET
static herr_t
H5G_ent_modified(H5G_entry_t *ent, H5G_type_t cache_type)
{
@@ -107,6 +110,7 @@ H5G_ent_modified(H5G_entry_t *ent, H5G_type_t cache_type)
done:
FUNC_LEAVE_NOAPI(ret_value);
}
+#endif /* NOT_YET */
/*-------------------------------------------------------------------------