Remove unneeded lambdas
ClosedPublic

Authored by ervin on Jun 20 2017, 8:46 PM.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin created this revision.Jun 20 2017, 8:46 PM
dfaure accepted this revision.Jun 21 2017, 10:13 AM
This revision is now accepted and ready to land.Jun 21 2017, 10:13 AM
dfaure requested changes to this revision.Jun 23 2017, 2:57 PM

Look for }() in the whole file to make sure?

tests/units/akonadi/akonadicachingstoragetest.cpp
218–219

another useless lambda

471–472

Another useless lambda

This revision now requires changes to proceed.Jun 23 2017, 2:57 PM
ervin updated this revision to Diff 15798.Jun 23 2017, 5:05 PM
ervin edited edge metadata.

Addresses dfaure's comment

dfaure accepted this revision.Jun 23 2017, 8:04 PM
This revision is now accepted and ready to land.Jun 23 2017, 8:04 PM
This revision was automatically updated to reflect the committed changes.