Fix unused variable warning for release builds

This commit is contained in:
Stanislav Angelovic
2020-07-21 15:32:31 +02:00
parent 250aa2bbe3
commit d5867e1197

View File

@ -393,9 +393,7 @@ bool Connection::processPendingRequest()
bool Connection::waitForNextRequest()
{
auto bus = bus_.get();
assert(bus != nullptr);
assert(bus_ != nullptr);
assert(loopExitFd_.fd != 0);
auto sdbusPollData = getEventLoopPollData();