summaryrefslogtreecommitdiffstats
path: root/src/H5A.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5A.c')
-rw-r--r--src/H5A.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5A.c b/src/H5A.c
index 5f3e219..5bce269 100644
--- a/src/H5A.c
+++ b/src/H5A.c
@@ -1591,10 +1591,6 @@ H5A_close(H5A_t *attr)
if(H5O_close(&(attr->ent))<0)
HGOTO_ERROR(H5E_ATTR, H5E_CANTRELEASE, FAIL, "can't release object header info")
-#ifndef LATER
- /* Do something with the shared information? */
-#endif
-
H5MM_xfree(attr);
done: