From: Joel Rosdahl Date: Thu, 3 Jun 2010 19:56:50 +0000 (+0200) Subject: Remove comments with low s/n ratio X-Git-Tag: v3.0~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92e9ebf1bc9c14d165d507c1f8d391322218bb06;p=thirdparty%2Fccache.git Remove comments with low s/n ratio --- diff --git a/ccache.c b/ccache.c index 92b17ff29..e4a2e2c8f 100644 --- a/ccache.c +++ b/ccache.c @@ -1783,10 +1783,8 @@ static void ccache(int argc, char *argv[]) cc_log("Base directory: %s", base_dir); } - /* find the real compiler */ find_compiler(argc, argv); - /* we might be disabled */ if (getenv("CCACHE_DISABLE")) { cc_log("ccache is disabled"); failed();