summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/debugger/moduleshandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/moduleshandler.cpp b/src/plugins/debugger/moduleshandler.cpp
index 9cb88b077e..4fd1e40669 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 "