From: Joel Rosdahl Date: Sun, 24 Jul 2016 15:59:05 +0000 (+0200) Subject: Remove obsolete comments X-Git-Tag: v3.3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e4ab3f4c530def91d1ff7d032002ffba4e92fc;p=thirdparty%2Fccache.git Remove obsolete comments --- 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();