From 043eb79a1085cf9df14f35c51428a975c84c9233 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Aug 2019 14:52:15 +0200 Subject: Remove no longer used lambda capture --- build2/cc/windows-rpath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/cc/windows-rpath.cxx b/build2/cc/windows-rpath.cxx index 2d2e100..d81e3b0 100644 --- a/build2/cc/windows-rpath.cxx +++ b/build2/cc/windows-rpath.cxx @@ -295,7 +295,7 @@ namespace build2 { const scope& as (t.weak_scope ()); // Amalgamation. - auto link = [&as, &ad] (const path& f, const path& l) + auto link = [&as] (const path& f, const path& l) { auto print = [&f, &l] (const char* cmd) { -- cgit v1.1