Commit eb0c7006 authored by Lorenz Meier's avatar Lorenz Meier

Cleaning up statement without effect

parent 12cdc471
...@@ -347,8 +347,6 @@ QPortSettings::BaudRate TermiosHelper::baudRate() const ...@@ -347,8 +347,6 @@ QPortSettings::BaudRate TermiosHelper::baudRate() const
speed_t ibaud = cfgetispeed(currentAttrs_); speed_t ibaud = cfgetispeed(currentAttrs_);
speed_t obaud = cfgetospeed(currentAttrs_); speed_t obaud = cfgetospeed(currentAttrs_);
(obaud == ibaud);
Q_ASSERT(ibaud == obaud); Q_ASSERT(ibaud == obaud);
switch ( ibaud ) { switch ( ibaud ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment