remove unused capture

This commit is contained in:
Arne Morten Kvarving 2024-10-17 11:32:04 +02:00
parent b886d4e4ae
commit 0af94eef27

View File

@ -1524,7 +1524,7 @@ protected:
using ViolationLevel = typename Satfunc::PhaseChecks:: using ViolationLevel = typename Satfunc::PhaseChecks::
SatfuncConsistencyCheckManager<Scalar>::ViolationLevel; SatfuncConsistencyCheckManager<Scalar>::ViolationLevel;
auto reportFailures = [&sfuncConsistencyChecks, this] auto reportFailures = [&sfuncConsistencyChecks]
(const ViolationLevel level) (const ViolationLevel level)
{ {
sfuncConsistencyChecks.reportFailures sfuncConsistencyChecks.reportFailures