From: Joel Rosdahl Date: Sat, 22 Feb 2020 11:56:11 +0000 (+0100) Subject: Remove leftover cc_reset declaration X-Git-Tag: v4.0~612 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffa30f906d5b406fe432d2fd0c01d849fbe8a315;p=thirdparty%2Fccache.git Remove leftover cc_reset declaration --- diff --git a/src/ccache.hpp b/src/ccache.hpp index ca0c70844..bf3f2bcf3 100644 --- a/src/ccache.hpp +++ b/src/ccache.hpp @@ -62,5 +62,4 @@ bool cc_process_args(Context& ctx, struct args** preprocessor_args, struct args** extra_args_to_hash, struct args** compiler_args); -void cc_reset(); bool is_precompiled_header(const char* path);