diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-05-04 16:29:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-05-04 16:29:52 (GMT) |
commit | ca8465513df4d24bb4d941c00b2b90d4f592c28e (patch) | |
tree | aa7d2904bedb46c371b37cab7711e78918133056 /test/cache_api.c | |
parent | 5e94747c52e7ecffdec9262a98caeb5deb5970b2 (diff) | |
download | hdf5-ca8465513df4d24bb4d941c00b2b90d4f592c28e.zip hdf5-ca8465513df4d24bb4d941c00b2b90d4f592c28e.tar.gz hdf5-ca8465513df4d24bb4d941c00b2b90d4f592c28e.tar.bz2 |
[svn-r29882] Convert cache source files to library compatible by CMake and Windows
Diffstat (limited to 'test/cache_api.c')
-rw-r--r-- | test/cache_api.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cache_api.c b/test/cache_api.c index bebb828..eb4a7cc 100644 --- a/test/cache_api.c +++ b/test/cache_api.c @@ -27,8 +27,6 @@ /* extern declarations */ -extern const char *FILENAME[]; - /* global variable declarations: */ /* macro definitions */ |