From 0024745638833c1b6b55ee1e81dab57161e21c5d Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 4 Apr 2016 16:01:45 -0500 Subject: [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) --- src/H5Fpublic.h | 3 --- 1 file changed, 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 */ -- cgit v0.12