From 8ab27eb52f8237b0002a2d9ce7a04b2667bbaabc Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 28 Feb 2005 11:22:42 -0500 Subject: [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. --- src/H5detect.c | 5 ----- 1 file changed, 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 -- cgit v0.12