From: Joel Rosdahl Date: Mon, 11 Jul 2016 19:08:31 +0000 (+0200) Subject: Remove obsolete comment X-Git-Tag: v3.3~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76999152f57f8fe250abefe94acf7a9589cb1cd;p=thirdparty%2Fccache.git Remove obsolete comment --- diff --git a/ccache.c b/ccache.c index 04fc3f336..500dc0beb 100644 --- a/ccache.c +++ b/ccache.c @@ -2789,10 +2789,6 @@ cc_process_args(struct args *args, struct args **preprocessor_args, conf->unify = false; } if (debug_level >= 3) { - /* - * Fix for bug 7190 ("commandline macros (-D) - * have non-zero lineno when using -g3"). - */ cc_log("%s used; not compiling preprocessed code", debug_argument); conf->run_second_cpp = true; }