[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)
This commit is contained in:
Dana Robinson 2016-04-04 16:01:45 -05:00
parent 86f401d740
commit 0024745638

View File

@ -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 */