diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-28 16:22:42 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-28 16:22:42 (GMT) |
commit | 8ab27eb52f8237b0002a2d9ce7a04b2667bbaabc (patch) | |
tree | 2fad7bac1983ddde68187c0fa3bd3247b0df1ee7 | |
parent | d4e70d73a630853ac18b517abab3deb552d1bdbd (diff) | |
download | hdf5-8ab27eb52f8237b0002a2d9ce7a04b2667bbaabc.zip hdf5-8ab27eb52f8237b0002a2d9ce7a04b2667bbaabc.tar.gz hdf5-8ab27eb52f8237b0002a2d9ce7a04b2667bbaabc.tar.bz2 |
[svn-r10103] Purpose: Bug fix
Description: In my previois checkin(revision 1.82) to special datatype like "short", I forgot to cleanup
some code.
Platforms tested: No test needed.
-rw-r--r-- | src/H5detect.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index 2c6971e..ead747a 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -536,11 +536,6 @@ H5TN_init_interface(void)\n\ \n\ FUNC_ENTER_NOAPI(H5TN_init_interface, FAIL);\n"); - printf("\n\ - /* Set the native order for this machine */\n\ - H5T_native_order_g = H5T_ORDER_%s;\n", - byte_order ? "BE" : "LE"); /*byte order */ - for (i = 0; i < nd; i++) { /* The native endianess of this machine */ /* The INFO.perm now contains `-1' for bytes that aren't used and |