diff libinterp/corefcn/oct-hdf5.h @ 20309:140ce5e857bf

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Tue, 23 Jun 2015 20:00:59 -0700
parents bfe66db8addb d54aa96abadf
children
line wrap: on
line diff
--- a/libinterp/corefcn/oct-hdf5.h	Mon Jun 22 16:40:39 2015 -0700
+++ b/libinterp/corefcn/oct-hdf5.h	Tue Jun 23 20:00:59 2015 -0700
@@ -29,14 +29,12 @@
 
 #include "oct-hdf5-types.h"
 
-#define HDF5_SAVE_TYPE H5T_NATIVE_UINT8
 
 #ifdef USE_64_BIT_IDX_T
 #define H5T_NATIVE_IDX H5T_NATIVE_INT64
 #else
 #define H5T_NATIVE_IDX H5T_NATIVE_INT
 #endif
-
 #endif
 
 #endif