aboutsummaryrefslogtreecommitdiff
path: root/build/scope.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/scope.cxx')
-rw-r--r--build/scope.cxx7
1 files changed, 0 insertions, 7 deletions
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 ())