summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5diff.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index c91224e..2ec270c 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -340,10 +340,7 @@ hsize_t diff_match(hid_t file1_id,
* the number of objects
* in file1 must be the same as in file2
*-------------------------------------------------------------------------
- */
-
- /* assume equal contents initially */
- options->contents = 1;
+ */
/* number of different objects */
if ( nobjects1 != nobjects2 )