https://bugs.kde.org/show_bug.cgi?id=366332
Bug ID: 366332 Summary: wicd-kde/applet/networkplotter.cpp:66]: (style) Redundant condition Product: wicd-client-kde Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: anthony.vi...@gmail.com Reporter: dcb...@hotmail.com wicd-kde/applet/networkplotter.cpp:66]: (style) Redundant condition: !interface.isEmpty(). 'A || (!A && B)' is equivalent to 'A || B' Source code is if (interface.isEmpty() || (!interface.isEmpty() && interface == m_interface)) { Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.