]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove obsolete comments
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 24 Jul 2016 15:59:05 +0000 (17:59 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 24 Jul 2016 15:59:05 +0000 (17:59 +0200)
ccache.c

index 2618336b23b3e7f60e7550d65d59c0bd7d01663d..5f9a46ebb50b7dcf7068994d1956fa6279e484a0 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -1707,7 +1707,6 @@ calculate_object_hash(struct args *args, struct mdfour *hash, int direct_mode)
 
        // For profile generation (-fprofile-arcs, -fprofile-generate):
        // - hash profile directory
-       // - output to the real file first
        //
        // For profile usage (-fprofile-use):
        // - hash profile data
@@ -1716,10 +1715,7 @@ calculate_object_hash(struct args *args, struct mdfour *hash, int direct_mode)
        // -fprofile-generate/-fprofile-use.
        //
        // The profile directory can be specified as an argument to
-       // -fprofile-generate=, -fprofile-use=, or -fprofile-dir=.
-
-       // We need to output to the real object first here, otherwise runtime
-       // artifacts will be produced in the wrong place.
+       // -fprofile-generate=, -fprofile-use= or -fprofile-dir=.
        if (profile_generate) {
                if (!profile_dir) {
                        profile_dir = get_cwd();