aboutsummaryrefslogtreecommitdiff
path: root/build/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-31 14:10:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-31 14:10:36 +0200
commitd809ace8e0e3349851b04a991ed9c6407a26f1ac (patch)
tree3214ce2560a1ebe241366fec4ce0de65828c04d1 /build/parser
parent5974cab56148a18628bfb423189e016ade2d40f9 (diff)
Clean parser implementation
Diffstat (limited to 'build/parser')
-rw-r--r--build/parser7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/parser b/build/parser
index c5c33a1..b5155be 100644
--- a/build/parser
+++ b/build/parser
@@ -109,11 +109,6 @@ namespace build
void
switch_scope (const dir_path&);
- // Switch to new root scope and return the previous one.
- //
- scope*
- switch_root (scope*);
-
void
process_default_target (token&);
@@ -149,8 +144,6 @@ namespace build
target* target_; // Current target, if any.
scope* scope_; // Current base scope (out_base).
scope* root_; // Current root scope (out_root).
- const dir_path* out_root_;
- const dir_path* src_root_;
target* default_target_;
names_type export_value_;