cppcheck: remove initialization

Found with redundantInitialization

Signed-off-by: Rosen Penev <rosenp@gmail.com>
main
Rosen Penev 2 years ago
parent 6e6f709276
commit 0432a6ed3c

@ -354,7 +354,7 @@ void FileIo::transfer(BasicIo& src) {
close(); close();
bool statOk = true; bool statOk = true;
fs::perms origStMode = {}; fs::perms origStMode;
auto pf = path(); auto pf = path();
Impl::StructStat buf1; Impl::StructStat buf1;

Loading…
Cancel
Save