From 05ef46efdb54752e36535b39f938f0edc972c9ef Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Thu, 31 Oct 2019 14:14:17 +0100 Subject: [PATCH] BinEditor: Fix a dead store Change-Id: I44d8a60037f02f4467ea085e4ad0d366c6c7aa86 Reviewed-by: hjk --- src/plugins/bineditor/bineditorwidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/bineditor/bineditorwidget.cpp b/src/plugins/bineditor/bineditorwidget.cpp index 561b133925a..9cf0a06c4d1 100644 --- a/src/plugins/bineditor/bineditorwidget.cpp +++ b/src/plugins/bineditor/bineditorwidget.cpp @@ -1179,7 +1179,6 @@ QString BinEditorWidget::toolTip(const QHelpEvent *helpEvent) const if (!pos) return QString(); selStart = pos.value(); - selEnd = selStart; byteCount = 1; }