diff options
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r-- | src/H5Tpkg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h index 11a00c9..d22c733 100644 --- a/src/H5Tpkg.h +++ b/src/H5Tpkg.h @@ -235,9 +235,6 @@ typedef enum H5T_sdir_t { /* The native endianess of the platform */ H5_DLLVAR H5T_order_t H5T_native_order_g; -/* The overflow handler */ -H5_DLLVAR H5T_overflow_t H5T_overflow_g; - /* * Alignment information for native types. A value of N indicates that the * data must be aligned on an address ADDR such that 0 == ADDR mod N. When |