diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-02-02 14:36:28 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-02-02 14:36:28 (GMT) |
commit | e9139733f2e6d90c5474d2593519ee7c45b00155 (patch) | |
tree | 2946152273dc8fa9f54c8dcc8b29f1426e752162 /test/gen_udlinks.c | |
parent | 2b2b95814e62d70b3b9006ede06b3f66b9825864 (diff) | |
download | hdf5-e9139733f2e6d90c5474d2593519ee7c45b00155.zip hdf5-e9139733f2e6d90c5474d2593519ee7c45b00155.tar.gz hdf5-e9139733f2e6d90c5474d2593519ee7c45b00155.tar.bz2 |
[svn-r29035] Removed external links test from external storage test.
This test is duplicated more comprehensively in the links.c file so
there is no need to copy it over.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
Diffstat (limited to 'test/gen_udlinks.c')
-rw-r--r-- | test/gen_udlinks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/gen_udlinks.c b/test/gen_udlinks.c index fc044da..55abab0 100644 --- a/test/gen_udlinks.c +++ b/test/gen_udlinks.c @@ -22,9 +22,6 @@ * They will be named according to the platform and should * be placed in the hdf5/test directory so that the links test can use them. * - * Note: The be_extlink2.h5 is also used by external.c to test opening - * external link twice. -SLU 2007/11/7 - * */ #include "hdf5.h" |