summaryrefslogtreecommitdiff
path: root/src/ccache.hpp
diff options
context:
space:
mode:
authorThomas Otto <thomas.otto@pdv-fs.de>2020-01-25 10:49:49 +0100
committerThomas Otto <thomas.otto@pdv-fs.de>2020-02-17 21:51:07 +0100
commitf51751706af49f77d0387e0ae807ff7cd14386ca (patch)
treebcebabbdb1dc9877134ac289ee2ec5ddeb33b55c /src/ccache.hpp
parent1c5ff9a2ae3561bd78760b6ca6199444589376c5 (diff)
downloadccache-f51751706af49f77d0387e0ae807ff7cd14386ca.tar.gz
Context: move time_of_compilation, adapt manifest
Diffstat (limited to 'src/ccache.hpp')
-rw-r--r--src/ccache.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ccache.hpp b/src/ccache.hpp
index 990ec709..0ed862ef 100644
--- a/src/ccache.hpp
+++ b/src/ccache.hpp
@@ -61,8 +61,6 @@ enum guessed_compiler {
// Allow caching even if -fmodules is used.
#define SLOPPY_MODULES (1U << 9)
-extern time_t time_of_compilation;
-
void block_signals();
void unblock_signals();
bool cc_process_args(Context& ctx,