diff options
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index fab328d..b5e3350 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -27,15 +27,6 @@ #define H5ACC_WRITE 0x0001 /* Use in H5Fopen to open a file with write access */ #define H5ACC_OVERWRITE 0x0002 /* Use in H5Fcreate truncate an existing file */ -/* Type of root rymbol-table entry */ -typedef enum { - H5F_ROOT_NONE=0, /* Root-symbol table is empty, neither a dataset nor a directory is the root object */ - H5F_ROOT_UNKNOWN, /* Don't know if the root object is a dataset or a directory */ - H5F_ROOT_DATASET, /* Root object is a dataset */ - H5F_ROOT_DIRECTORY, /* Root object is a directory */ - H5F_ROOT_ERROR /* Error value */ - } H5F_root_symtype_t; - #ifdef __cplusplus extern "C" { #endif |