summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5Dint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index 891b3a6..707a298 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -2362,7 +2362,6 @@ H5D_mark(H5D_t *dataset, hid_t dxpl_id, unsigned flags)
if(flags & H5D_MARK_LAYOUT)
dataset->shared->layout_dirty = TRUE;
-done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_mark() */