summaryrefslogtreecommitdiffstats
path: root/src/H5Lprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-29 15:12:25 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-29 15:12:25 (GMT)
commit930dd4f8918dd3c60f69f4e4bb32b27da91a60f8 (patch)
tree00342c4d6baa380ac7fea0c49d03178a66ef5a8c /src/H5Lprivate.h
parent485dcbd4026b0d68df1b075fba9415d83c9eb554 (diff)
downloadhdf5-930dd4f8918dd3c60f69f4e4bb32b27da91a60f8.zip
hdf5-930dd4f8918dd3c60f69f4e4bb32b27da91a60f8.tar.gz
hdf5-930dd4f8918dd3c60f69f4e4bb32b27da91a60f8.tar.bz2
[svn-r22417] rename the properties used for the VOL callbacks.
move them to the VOL public header.
Diffstat (limited to 'src/H5Lprivate.h')
-rw-r--r--src/H5Lprivate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h
index e725378..8e4120e 100644
--- a/src/H5Lprivate.h
+++ b/src/H5Lprivate.h
@@ -37,11 +37,6 @@
/* ======== Link creation property names ======== */
#define H5L_CRT_INTERMEDIATE_GROUP_NAME "intermediate_group" /* Create intermediate groups flag */
-#define H5L_CRT_TARGET_ID_NAME "target location id"
-#define H5L_CRT_TARGET_NAME_NAME "target name"
-#define H5L_CRT_LINK_TYPE_NAME "link type"
-#define H5L_CRT_UDATA_NAME "udata"
-#define H5L_CRT_UDATA_SIZE_NAME "udata size"
/* ======== Link access property names ======== */
#define H5L_ACS_NLINKS_NAME "max soft links" /* Number of soft links to traverse */