remove unused

This commit is contained in:
Michael Davidsaver
2017-07-14 14:38:04 +02:00
parent f1bc69816b
commit 6370f11cd2
7 changed files with 0 additions and 29 deletions

View File

@ -102,10 +102,8 @@ struct SpamMonitor : public pva::Monitor,
virtual pvd::Status start() OVERRIDE FINAL
{
bool run;
{
Guard G(mutex);
run = running;
running = true;
clientEmpty = true;
}