aboutsummaryrefslogtreecommitdiff
path: root/build2/context
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-02-13 09:48:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-02-13 12:42:42 +0200
commit737877e62467b924eea0a43eab68258b0c13db78 (patch)
tree3fe2f539a21ce0407cdaa908a9af56b4cf8087e0 /build2/context
parent38290dacd8faab166774d757a1e09807e57e9ba5 (diff)
Add MT-safe variable_cache, use for variable overrides
Diffstat (limited to 'build2/context')
-rw-r--r--build2/context4
1 files changed, 0 insertions, 4 deletions
diff --git a/build2/context b/build2/context
index 3c731a5..79f04a2 100644
--- a/build2/context
+++ b/build2/context
@@ -253,10 +253,6 @@ namespace build2
//
extern atomic_count dependency_count;
- // Variable override value cache.
- //
- extern variable_override_cache var_override_cache;
-
// Reset the build state. In particular, this removes all the targets,
// scopes, and variables.
//