diff --git a/session.cpp b/session.cpp index fd22f31..2854a53 100644 --- a/session.cpp +++ b/session.cpp @@ -39,8 +39,6 @@ void Session::increaseFlowControlQuota() bool Session::requiresQoSQueueing() const { - return true; - const std::shared_ptr client = makeSharedClient(); if (!client)