From ed7ba34f1fd4aa14f0a62d891cceeee13f7d34a7 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 11 Oct 2006 10:21:10 -0500 Subject: [svn-r12743] Took out printout for driver information because the driver used can be different from the driver used for standard output. --- tools/h5dump/h5dump.c | 8 +++++--- tools/testfiles/tboot1.ddl | 1 - tools/testfiles/tboot2.ddl | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 1ec69aa..d13de09 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -2751,9 +2751,11 @@ dump_fcpl(hid_t fid) #endif else HDstrcpy(dname,"Unknown driver"); - - indentation(indent + COL); - printf("%s %s\n","FILE_DRIVER", dname); + + /* Take out this because the driver used can be different from the + * standard output. */ + /*indentation(indent + COL); + printf("%s %s\n","FILE_DRIVER", dname);*/ indentation(indent + COL); printf("%s %u\n","ISTORE_K", istore_ik); printf("%s\n",END); diff --git a/tools/testfiles/tboot1.ddl b/tools/testfiles/tboot1.ddl index 30e700a..df1a85e 100644 --- a/tools/testfiles/tboot1.ddl +++ b/tools/testfiles/tboot1.ddl @@ -11,7 +11,6 @@ SUPER_BLOCK { LENGTH_SIZE 8 BTREE_RANK 16 BTREE_LEAF 4 - FILE_DRIVER H5FD_SEC2 ISTORE_K 32 } USER_BLOCK { diff --git a/tools/testfiles/tboot2.ddl b/tools/testfiles/tboot2.ddl index a1e268f..d1484ca 100644 --- a/tools/testfiles/tboot2.ddl +++ b/tools/testfiles/tboot2.ddl @@ -11,7 +11,6 @@ SUPER_BLOCK { LENGTH_SIZE 8 BTREE_RANK 16 BTREE_LEAF 4 - FILE_DRIVER H5FD_SEC2 ISTORE_K 32 } USER_BLOCK { -- cgit v0.12