From d809ace8e0e3349851b04a991ed9c6407a26f1ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 31 Aug 2015 14:10:36 +0200 Subject: Clean parser implementation --- build/parser | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build/parser') 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_; -- cgit v1.1