diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp index 9cb88b077e1..4fd1e40669d 100644 --- a/src/plugins/debugger/moduleshandler.cpp +++ b/src/plugins/debugger/moduleshandler.cpp @@ -111,9 +111,6 @@ QVariant ModuleItem::data(int column, int role) const "information.\nStepping into the module or setting " "breakpoints by file and line will not work."); case PlainSymbols: - return tr("This module contains debug information.\nStepping " - "into the module or setting breakpoints by file and " - "line is expected to work."); case FastSymbols: return tr("This module contains debug information.\nStepping " "into the module or setting breakpoints by file and "