diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-12 08:00:27 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-12 19:29:16 +0200 |
commit | f916abe711d154d8a5fa023b7acf5c1d12dff293 (patch) | |
tree | f83337789f469625a552f160500a8729f9e38962 /registry | |
parent | fc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (diff) |
do not print anything when the comparison succeeded
Change-Id: I09392985fbf2d8ef9f76f43fee1b5a711ae1bbab
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/regcompare.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx index f9a72d75da08..798156f1af94 100644 --- a/registry/tools/regcompare.cxx +++ b/registry/tools/regcompare.cxx @@ -2049,19 +2049,6 @@ int _cdecl main( int argc, char * argv[] ) sal::static_int_cast< unsigned long >(nError)); } } - else - { - if ( options.unoTypeCheck() ) - { - fprintf(stdout, "%s: registries are compatible!\n", - options.getProgramName().c_str()); - } - else - { - fprintf(stdout, "%s: registries are equal!\n", - options.getProgramName().c_str()); - } - } key1.releaseKey(); key2.releaseKey(); |