ClearCase: Remove unused locals

Change-Id: Ib62cbadc865ee8ab61daf20b8809aff1af2fa444
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Christian Stenger
2022-07-11 13:28:56 +02:00
parent 191626e2ea
commit 4faff875d8

View File

@@ -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());
}