From 76600e53893b38e4441d98e3a24d3b55fefe2021 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 31 Aug 2010 08:53:33 +0300 Subject: [PATCH] Eliminate useless hardwired build debug foo --- build/build.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/build.c b/build/build.c index d029534..3652739 100644 --- a/build/build.c +++ b/build/build.c @@ -14,8 +14,6 @@ #include "debug.h" -static int _build_debug = 0; - /** */ static rpmRC doRmSource(rpmSpec spec) @@ -171,8 +169,6 @@ rpmRC doScript(rpmSpec spec, rpmBuildFlags what, const char *name, StringBuf sb, goto exit; } -if (_build_debug) -fprintf(stderr, "*** rootDir %s buildDir %s\n", rootDir, buildDir); if (buildDir && buildDir[0] != '/') { rc = RPMRC_FAIL; goto exit; -- 2.7.4