aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
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;
}