diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-15 10:05:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-15 10:05:00 (GMT) |
commit | 9ae9b3ef513613bb2fca15f96461a156148c2627 (patch) | |
tree | 244740b497cbfa9438008fb8964cc0c48a523487 /src/H5Oprivate.h | |
parent | bc0a08d997b1096e0fc51d6d5d52febc655f069d (diff) | |
download | hdf5-9ae9b3ef513613bb2fca15f96461a156148c2627.zip hdf5-9ae9b3ef513613bb2fca15f96461a156148c2627.tar.gz hdf5-9ae9b3ef513613bb2fca15f96461a156148c2627.tar.bz2 |
Moved the native VOL connector's optional enums to the
public headers and renamed to include native/NATIVE in the
name.
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index e8565b9..7ed9e26 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -851,13 +851,6 @@ typedef struct { } u; } H5O_mesg_operator_t; -/* Types for object optional VOL operations */ -typedef enum H5VL_object_optional_t { - H5VL_OBJECT_GET_COMMENT, /* get object comment */ - H5VL_OBJECT_GET_INFO, /* get object info */ - H5VL_OBJECT_SET_COMMENT /* set object comment */ -} H5VL_object_optional_t; - /* Typedef for abstract object creation */ typedef struct { H5O_type_t obj_type; /* Type of object to create */ |