aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-12 14:06:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-12 14:06:28 +0200
commit5aa9c718cc347f00bc56c86d26015adc3781f5f9 (patch)
tree6c18652e1c6aa5cc6489d08c5bf55b4abd996a87 /build2/parser.cxx
parentb431fdeb5fa72e130c8f05a8ab8f72926de747f1 (diff)
Remove few unused lambda captures
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/parser.cxx b/build2/parser.cxx
index b6aff19..0edb612 100644
--- a/build2/parser.cxx
+++ b/build2/parser.cxx
@@ -2414,8 +2414,8 @@ namespace build2
append (move (m), a);
};
- auto include_pattern = [&r, &append, &include_match, sp, this]
- (string&& p, bool a)
+ auto include_pattern =
+ [&r, &append, &include_match, sp] (string&& p, bool a)
{
// If we don't already have any matches and our pattern doesn't contain
// multiple recursive wildcards, then the result will be unique and we