From 5aa9c718cc347f00bc56c86d26015adc3781f5f9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Jun 2017 14:06:28 +0200 Subject: Remove few unused lambda captures --- build2/parser.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/parser.cxx') 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 -- cgit v1.1