aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
Diffstat (limited to 'build2')
-rw-r--r--build2/scope.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scope.cxx b/build2/scope.cxx
index 70442f6..3ca3db5 100644
--- a/build2/scope.cxx
+++ b/build2/scope.cxx
@@ -220,7 +220,7 @@ namespace build2
}
if (!apply)
- return move (original);
+ return original;
assert (inner_vars != nullptr);