diff options
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 3aafe88..a9d99f5 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -119,9 +119,6 @@ int print_func(const char *,...); /* Prototypes for the test routines */ void test_metadata(void); void test_file(void); -void test_heap(void); -void test_ohdr(void); -void test_stab(void); void test_h5t(void); void test_h5s(void); void test_h5d(void); @@ -132,9 +129,6 @@ void test_reference(void); /* Prototypes for the cleanup routines */ void cleanup_metadata(void); void cleanup_file(void); -void cleanup_heap(void); -void cleanup_ohdr(void); -void cleanup_stab(void); void cleanup_h5s(void); void cleanup_attr(void); void cleanup_select(void); |