From eb0c700640600c1dc7882e29cb980c47adca961f Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 4 Nov 2012 01:25:52 +0100 Subject: [PATCH] Cleaning up statement without effect --- libs/thirdParty/qserialport/src/posix/termioshelper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/thirdParty/qserialport/src/posix/termioshelper.cpp b/libs/thirdParty/qserialport/src/posix/termioshelper.cpp index 685f544d1..53ac5a333 100644 --- a/libs/thirdParty/qserialport/src/posix/termioshelper.cpp +++ b/libs/thirdParty/qserialport/src/posix/termioshelper.cpp @@ -347,8 +347,6 @@ QPortSettings::BaudRate TermiosHelper::baudRate() const speed_t ibaud = cfgetispeed(currentAttrs_); speed_t obaud = cfgetospeed(currentAttrs_); - (obaud == ibaud); - Q_ASSERT(ibaud == obaud); switch ( ibaud ) { -- 2.22.0