From 992e1a772e01a53673fb6cdd3467102a486f4e59 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 5 Feb 2012 09:27:48 +0100 Subject: [PATCH] Some cppcheck cleaning --- tools/bootstrp/cppdep.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx index 3c3fd61c9d02..979201b3d02a 100644 --- a/tools/bootstrp/cppdep.cxx +++ b/tools/bootstrp/cppdep.cxx @@ -150,12 +150,8 @@ rtl::OString CppDep::Exists(const rtl::OString &rFileName) if ( stat( pFullName, &aBuf ) == 0 ) { #ifdef DEBUG_VERBOSE - fprintf( stderr, "Got Dependency ", pFullName ); + fprintf( stderr, "Got Dependency %s \\\n", pFullName ); #endif -#ifdef DEBUG_VERBOSE - fprintf( stderr, "%s \\\n", pFullName ); -#endif - return rtl::OString(pFullName); } }