mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
Remove redundant buffer clear
This commit is contained in:
parent
a747cfa83c
commit
d1fcb2f8bf
@ -1153,8 +1153,6 @@ void FtpSession::xferFile (char const *const args_, XferFileMode const mode_)
|
||||
m_transfer = &FtpSession::storeTransfer;
|
||||
}
|
||||
|
||||
m_xferBuffer.clear ();
|
||||
|
||||
LOCKED (m_workItem = path);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user