summaryrefslogtreecommitdiffstats
path: root/src/H5Dvirtual.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dvirtual.c')
-rw-r--r--src/H5Dvirtual.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dvirtual.c b/src/H5Dvirtual.c
index 77f1c8c..1df5d0b 100644
--- a/src/H5Dvirtual.c
+++ b/src/H5Dvirtual.c
@@ -833,8 +833,8 @@ herr_t
H5D__virtual_delete(H5F_t *f, H5O_storage_t *storage)
{
#ifdef NOT_YET
- int heap_rc; /* Reference count of global heap object */
-#endif /* NOT_YET */
+ int heap_rc; /* Reference count of global heap object */
+#endif /* NOT_YET */
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_PACKAGE