diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-05-04 13:12:16 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-05-04 13:12:16 (GMT) |
commit | ca309999ba29d6c99237f004b26289f0791df45f (patch) | |
tree | e0ec1413a6fa4be0e9aa860ea7e7d3f7931a2987 /src | |
parent | aaeeddb43286e5471e4b5ec3717c388636adf1b5 (diff) | |
download | hdf5-ca309999ba29d6c99237f004b26289f0791df45f.zip hdf5-ca309999ba29d6c99237f004b26289f0791df45f.tar.gz hdf5-ca309999ba29d6c99237f004b26289f0791df45f.tar.bz2 |
[svn-r1246] Removed deprecated constants that were already commented out
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fpublic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 177a17b..69a4fa5 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -43,17 +43,6 @@ #define H5F_MPIO_DEBUG_KEY "H5F_mpio_debug_key" #endif -#ifdef LATER -/* - * These are here temporarily for backward compatibility with version - * 5.1.0.0a and should eventually be removed since they violate the naming - * scheme. - */ -#define H5ACC_DEFAULT H5F_ACC_RDONLY -#define H5ACC_WRITE H5F_ACC_RDWR -#define H5ACC_OVERWRITE H5F_ACC_TRUNC -#endif - /* * Low-level file drivers. These values are returned by H5Pget_file_driver() * and are set by the various H5Pset_...() functions that set file driver |