diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-01 15:30:12 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-01 15:30:12 (GMT) |
commit | af250a017bba52ab7635c99d5237f2e9b7796b88 (patch) | |
tree | 968e75b23819d319d4db76e1d230620fb4d986fd | |
parent | bb3f7d570b5b598f724ed1bba4239c6bf8f2ea13 (diff) | |
download | hdf5-af250a017bba52ab7635c99d5237f2e9b7796b88.zip hdf5-af250a017bba52ab7635c99d5237f2e9b7796b88.tar.gz hdf5-af250a017bba52ab7635c99d5237f2e9b7796b88.tar.bz2 |
Remove duplicate declaration-init
-rw-r--r-- | test/external_common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/external_common.h b/test/external_common.h index 937b7d0..f02652b 100644 --- a/test/external_common.h +++ b/test/external_common.h @@ -23,16 +23,6 @@ /* Include test header files */ #include "h5test.h" -static const char *EXT_FNAME[] = { - "extern_1", - "extern_2", - "extern_3", - "extern_4", - "extern_dir/file_1", - "extern_5", - NULL -}; - /* A similar collection of files is used for the tests that * perform file I/O. */ |