diff options
-rw-r--r-- | build2/scope.cxx | 2 |
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); |