summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-04-25 05:53:16 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2019-04-25 05:53:16 (GMT)
commit07c3a39bf582b1bc2cc2aec97181d6d1d452ff71 (patch)
treee2adaa5b0d0091084129cf107d121d3a2e537af6
parent9fadb39656f0d3c6a9392cae70d7a59bb7140bcc (diff)
downloadhdf5-07c3a39bf582b1bc2cc2aec97181d6d1d452ff71.zip
hdf5-07c3a39bf582b1bc2cc2aec97181d6d1d452ff71.tar.gz
hdf5-07c3a39bf582b1bc2cc2aec97181d6d1d452ff71.tar.bz2
Minor cleanups
-rw-r--r--src/H5Pacpl.c7
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 */