forked from qt-creator/qt-creator
VCS: Remove unused local variables
Change-Id: I72076d632ffd0b49e9e54dab27368a43787a36a3 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
60cc818043
commit
b3ff928b0a
@@ -938,7 +938,6 @@ void SubversionPlugin::describe(const QString &source, const QString &changeNr)
|
||||
|
||||
// Re-use an existing view if possible to support
|
||||
// the common usage pattern of continuously changing and diffing a file
|
||||
const QString id = diffArg + source;
|
||||
const QString tag = VcsBase::VcsBaseEditorWidget::editorTag(VcsBase::DiffOutput, source, QStringList(), changeNr);
|
||||
if (Core::IEditor *editor = VcsBase::VcsBaseEditorWidget::locateEditorByTag(tag)) {
|
||||
editor->document()->setContents(description.toUtf8());
|
||||
|
Reference in New Issue
Block a user