VCS: Remove unused local variables

Change-Id: I72076d632ffd0b49e9e54dab27368a43787a36a3
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2014-05-05 17:06:27 +03:00
committed by Orgad Shaneh
parent 60cc818043
commit b3ff928b0a
3 changed files with 0 additions and 5 deletions

View File

@@ -719,7 +719,6 @@ void PerforcePlugin::annotate(const QString &workingDir,
if (!result.error) {
if (lineNumber < 1)
lineNumber = VcsBase::VcsBaseEditorWidget::lineNumberOfCurrentEditor();
const QFileInfo fi(fileName);
Core::IEditor *ed = showOutputInEditor(tr("p4 annotate %1").arg(id),
result.stdOut, VcsBase::AnnotateOutput,
source, codec);