]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove comments with low s/n ratio
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 3 Jun 2010 19:56:50 +0000 (21:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 3 Jun 2010 19:56:50 +0000 (21:56 +0200)
ccache.c

index 92b17ff298deee2e3664786fa070471950475537..e4a2e2c8fb3b7c65a549c13b35223bcbb870bb17 100644 (file)
--- 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();