diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2008-10-13 16:16:01 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2008-10-13 16:16:01 (GMT) |
commit | f89adf1d5b59999e722bacb6847f8410a4240949 (patch) | |
tree | 48228cd0bbbc81e4ec19ad2bb5596c1fe45ba53d /test/links.c | |
parent | 08da960c2c9411f4fbe572fc58470d665cd04961 (diff) | |
download | hdf5-f89adf1d5b59999e722bacb6847f8410a4240949.zip hdf5-f89adf1d5b59999e722bacb6847f8410a4240949.tar.gz hdf5-f89adf1d5b59999e722bacb6847f8410a4240949.tar.bz2 |
[svn-r15843] 1. Remove "ifdef OUT" from test/links.c
2. Add description to release doc for the two new public routines and h5stat bug fix.
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/links.c b/test/links.c index 268dc2a..0354754 100644 --- a/test/links.c +++ b/test/links.c @@ -12298,9 +12298,7 @@ main(void) exit(1); } printf("All link tests passed.\n"); -#ifdef OUT h5_cleanup(FILENAME, fapl); -#endif /* clean up tmp directory created by external link tests */ HDrmdir(TMPDIR); } |