From 4faff875d8f57cb3047b82f28768cc38a3144549 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 11 Jul 2022 13:28:56 +0200 Subject: [PATCH] ClearCase: Remove unused locals Change-Id: Ib62cbadc865ee8ab61daf20b8809aff1af2fa444 Reviewed-by: Orgad Shaneh --- src/plugins/clearcase/clearcaseplugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/clearcase/clearcaseplugin.cpp b/src/plugins/clearcase/clearcaseplugin.cpp index 7450ad9ff76..0103a8ff592 100644 --- a/src/plugins/clearcase/clearcaseplugin.cpp +++ b/src/plugins/clearcase/clearcaseplugin.cpp @@ -2477,8 +2477,6 @@ bool ClearCasePluginPrivate::vcsDelete(const FilePath &filePath) bool ClearCasePluginPrivate::vcsMove(const FilePath &from, const FilePath &to) { - const QFileInfo ifrom = from.toFileInfo(); - const QFileInfo ito = from.toFileInfo(); return vcsMove(from.parentDir().absolutePath(), from.fileName(), to.fileName()); }