]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove leftover cc_reset declaration
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Feb 2020 11:56:11 +0000 (12:56 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Feb 2020 20:49:36 +0000 (21:49 +0100)
src/ccache.hpp

index ca0c708444a862daebbde5daeac1faea07602720..bf3f2bcf3fb975bebc68aa8f66b81e4efa42fc8e 100644 (file)
@@ -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);