summaryrefslogtreecommitdiffstats
path: root/tools/h5findshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5findshd.c')
-rw-r--r--tools/h5findshd.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/h5findshd.c b/tools/h5findshd.c
index 088aa17..70672a1 100644
--- a/tools/h5findshd.c
+++ b/tools/h5findshd.c
@@ -103,7 +103,7 @@ free_table (void){
}
}
-
+#if 0
/*-------------------------------------------------------------------------
* Function: search_obj
@@ -166,7 +166,7 @@ int i;
strcpy (table->objs[i].objname, objname);
}
-
+#endif
/*-------------------------------------------------------------------------
* Function: dump_tables
@@ -206,7 +206,7 @@ int i;
type_table.objs[i].objflag);
}
-
+#if 0
/*-------------------------------------------------------------------------
* Function: Find_shared_objs
*
@@ -311,6 +311,7 @@ int i;
return status;
}
+#endif
/*-------------------------------------------------------------------------
* Function: H5findobj_once
*