forked from qt-creator/qt-creator
ClearCase: Remove unused locals
Change-Id: Ib62cbadc865ee8ab61daf20b8809aff1af2fa444 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user