summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index ceff4dc..9af5fb5 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -1705,7 +1705,6 @@ H5G_loc (hid_t loc_id)
#endif
HRETURN_ERROR(H5E_ARGS, H5E_BADVALUE, NULL,
"unable to get symbol table entry of property list");
- break;
case H5I_GROUP:
if (NULL==(group=H5I_object (loc_id))) {