From c76999152f57f8fe250abefe94acf7a9589cb1cd Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 11 Jul 2016 21:08:31 +0200 Subject: [PATCH] Remove obsolete comment --- ccache.c | 4 ---- 1 file changed, 4 deletions(-) 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; } -- 2.47.2