]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove obsolete comment
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 11 Jul 2016 19:08:31 +0000 (21:08 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 11 Jul 2016 19:08:31 +0000 (21:08 +0200)
ccache.c

index 04fc3f336dcc21c77907d4654071f6fd9d5389c3..500dc0beb7cccb6579d50f613ae89eaeedc7b408 100644 (file)
--- 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;
                }