diff options
Diffstat (limited to 'build/parser')
-rw-r--r-- | build/parser | 7 |
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_; |