summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-04-24 03:50:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-04-24 03:50:22 (GMT)
commit7bb809474551f6c2f1db817eb87b70796315a622 (patch)
tree61e6293361acbf5271cd48b430f2c41b1bf3cf17 /src/H5I.c
parentaf184d7e8c4a865ecb74b24796f73e896890ebc2 (diff)
downloadhdf5-7bb809474551f6c2f1db817eb87b70796315a622.zip
hdf5-7bb809474551f6c2f1db817eb87b70796315a622.tar.gz
hdf5-7bb809474551f6c2f1db817eb87b70796315a622.tar.bz2
[svn-r8417] Purpose:
Code cleanup Description: Remove "NEW_HYPERSLAB_API" code from release branch, since it was leftover from when we branched the 1.6 branch from the main development trunk and will never be activated in the 1.6 branch. (And I'm tired of maintaining it in both branches when I'm optimizing the library :-) Platforms tested: FreeBSD 4.9 (sleipnir) Linux 2.4 (verbena) w/FORTRAN too minor to require full h5committest
Diffstat (limited to 'src/H5I.c')
-rw-r--r--src/H5I.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5I.c b/src/H5I.c
index f92e2cc..79aa81f 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -1526,4 +1526,5 @@ H5I_get_file_id(hid_t obj_id)
done:
FUNC_LEAVE_NOAPI(ret_value);
-} \ No newline at end of file
+}
+