From 2daf5ba78e26535ca4a2e6b743c0801d1e75c067 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Sat, 26 Feb 2011 21:52:40 +0100 Subject: debuglevels: ooops - removed a line of code not intended to be committed --- sal/cppunittester/cppunittester.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sal/cppunittester') diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 6aba6dc14b30..ab3f61fcecee 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -138,6 +138,5 @@ SAL_IMPLEMENT_MAIN() { result.addListener(&collector); runner.run(result); CppUnit::CompilerOutputter(&collector, CppUnit::stdCErr()).write(); - fprintf( stderr, "-----\n" ); fflush( stderr ); return collector.wasSuccessful() ? EXIT_SUCCESS : EXIT_FAILURE; } -- cgit