summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-04-04 21:01:45 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-04-04 21:01:45 (GMT)
commit0024745638833c1b6b55ee1e81dab57161e21c5d (patch)
tree98db534adbcbdb0227c8f2ebd8aaabe8f2fa1945
parent86f401d7407e3070cfa04359d4d04335addb83c7 (diff)
downloadhdf5-0024745638833c1b6b55ee1e81dab57161e21c5d.zip
hdf5-0024745638833c1b6b55ee1e81dab57161e21c5d.tar.gz
hdf5-0024745638833c1b6b55ee1e81dab57161e21c5d.tar.bz2
[svn-r29620] Merge of r29619 from revise_chunks. Minor H5Fpublic.h comment update.
Tested on: 64-bit Ubuntu 15.10 (build only, no code changes)
-rw-r--r--src/H5Fpublic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 122f711..eba9b12 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -48,9 +48,6 @@
* which are compatible with the library to which the application is linked.
* We're assuming that these constants are used rather early in the hdf5
* session.
- *
- * Note that H5F_ACC_DEBUG is deprecated (nonfuncational) but retained as a
- * symbol for backward compatibility.
*/
#define H5F_ACC_RDONLY (H5CHECK H5OPEN 0x0000u) /*absence of rdwr => rd-only */
#define H5F_ACC_RDWR (H5CHECK H5OPEN 0x0001u) /*open for read and write */