From ad720fabd468974e3909f62a0f4e4e3cf0d03aef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Apr 2015 11:59:58 +0200 Subject: Initial library support --- build/scope.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build/scope.cxx') diff --git a/build/scope.cxx b/build/scope.cxx index aced21b..6fb32b1 100644 --- a/build/scope.cxx +++ b/build/scope.cxx @@ -11,13 +11,6 @@ namespace build // scope // value_proxy scope:: - operator[] (const string& name) - { - const variable& var (variable_pool.find (name)); - return operator[] (var); - } - - value_proxy scope:: operator[] (const variable& var) { for (scope* s (this); s != nullptr; s = s->parent_scope ()) -- cgit v1.1