summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r--tools/h5diff/h5diff_main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c
index f009651..7de3c0c 100644
--- a/tools/h5diff/h5diff_main.c
+++ b/tools/h5diff/h5diff_main.c
@@ -94,7 +94,7 @@ int main(int argc, const char *argv[])
*-------------------------------------------------------------------------
*/
- parse_command_line(argc, argv, &fname1, &fname2, &objname1, &objname2, &options);
+ parse_command_line(argc, argv, &options);
/*-------------------------------------------------------------------------
* file and object names
@@ -140,10 +140,6 @@ int main(int argc, const char *argv[])
if ( options.contents == 0 )
ret = 1;
- /* but return 0 for no differences if graph comparison not required */
- if ( options.m_no_contents == 1 )
- ret = 0;
-
/* and return 2 for error */
if (options.err_stat)
ret = 2;