diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-04-25 05:53:16 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-04-25 05:53:16 (GMT) |
commit | 07c3a39bf582b1bc2cc2aec97181d6d1d452ff71 (patch) | |
tree | e2adaa5b0d0091084129cf107d121d3a2e537af6 | |
parent | 9fadb39656f0d3c6a9392cae70d7a59bb7140bcc (diff) | |
download | hdf5-07c3a39bf582b1bc2cc2aec97181d6d1d452ff71.zip hdf5-07c3a39bf582b1bc2cc2aec97181d6d1d452ff71.tar.gz hdf5-07c3a39bf582b1bc2cc2aec97181d6d1d452ff71.tar.bz2 |
Minor cleanups
-rw-r--r-- | src/H5Pacpl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5Pacpl.c b/src/H5Pacpl.c index 23fd261..53e68fa 100644 --- a/src/H5Pacpl.c +++ b/src/H5Pacpl.c @@ -40,10 +40,6 @@ /* Local Macros */ /****************/ -/* Definitions for locations parameters */ -#define H5A_CRT_LOCATION_SIZE sizeof(H5VL_loc_params_t) -#define H5A_CRT_LOCATION_DEF H5I_BADID - /******************/ /* Local Typedefs */ @@ -59,9 +55,6 @@ /* Local Prototypes */ /********************/ -/* Property class callbacks */ -static herr_t H5P_acrt_reg_prop(H5P_genclass_t *pclass); - /*********************/ /* Package Variables */ |