aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-01 09:49:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-01 09:49:18 +0200
commit26146d391f179dd9e4e5e1f70a52ba99d6a0847d (patch)
treec79762ff1fd15bfa25fdeacf9f9e6efe338354bf /build2/b.cxx
parent7253ffee27f6cae34e63a72b2d3d10db10571ecc (diff)
Get part of variable override implementation
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 219f4eb..44fa032 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -820,13 +820,6 @@ main (int argc, char* argv[])
value& v (p.first);
v.assign (names (o.val), o.var); // Original var for diagnostics.
-
- // Also make sure the original variable itself is set (to at least
- // NULL) so that lookup finds something if nobody actually sets it
- // down the line.
- //
- rs.vars.assign (o.var);
-
first = false;
}