From c48eedbc5af153be6bacec6f8b0b3460c1a6342d Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Thu, 31 Oct 2019 16:14:28 +0100 Subject: [PATCH] Debugger: Fix a bugprone-branch-clone Change-Id: I7b9a3e416fa547de344dd5c4e111939200a7b824 Reviewed-by: Christian Stenger Reviewed-by: hjk --- src/plugins/debugger/moduleshandler.cpp | 3 --- 1 file changed, 3 deletions(-) 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 "