diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-03 11:01:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-03 11:01:07 +0100 |
| commit | 87dac0c96b1ecca02edd97f7573ec95a08cb23e4 (patch) | |
| tree | 15cb838d3efe534ef0bfee6c318c1c5fdfeda56a | |
| parent | aa81915df29d59ac69276a23ce68e599cae64e70 (diff) | |
Be more unixy and be quiet on success.
| -rw-r--r-- | tools/dcpdiff.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 17c1ff58..025308e6 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -95,7 +95,6 @@ main (int argc, char* argv[]) } if (equals) { - cout << "DCPs equal\n"; exit (EXIT_SUCCESS); } |
