cppcheck:redundantAssignment
Change-Id: I1167d0ce6b6f6e48309d0551c1d2a283d79546a7
This commit is contained in:
committed by
Noel Grandin
parent
943f4b4ff1
commit
4ea281a3cc
@@ -726,9 +726,9 @@ void implRemoveDirRecursive( const OUString& aDirPath )
|
||||
File::remove( aPath );
|
||||
}
|
||||
}
|
||||
nRet = aDir.close();
|
||||
aDir.close();
|
||||
|
||||
nRet = Directory::remove( aDirPath );
|
||||
Directory::remove( aDirPath );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user