diff options
Diffstat (limited to 'tools/h5ls/h5ls.c')
-rw-r--r-- | tools/h5ls/h5ls.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 373d4d0..6bd6f87 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -2265,10 +2265,5 @@ main (int argc, const char *argv[]) leave(0); } -/* dummy function */ -char * -lookup_ref_path(hobj_ref_t ref) -{ - return NULL; -} + |