From 49e4ab3f4c530def91d1ff7d032002ffba4e92fc Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 24 Jul 2016 17:59:05 +0200 Subject: [PATCH] Remove obsolete comments --- ccache.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ccache.c b/ccache.c index 2618336b2..5f9a46ebb 100644 --- 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(); -- 2.47.2