From d1fcb2f8bfe5ec902d744aaa406020d7d2d2415a Mon Sep 17 00:00:00 2001 From: Michael Theall Date: Sat, 9 May 2020 13:25:21 -0500 Subject: [PATCH] Remove redundant buffer clear --- source/ftpSession.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ftpSession.cpp b/source/ftpSession.cpp index 62b75bc..2ea9a5b 100644 --- a/source/ftpSession.cpp +++ b/source/ftpSession.cpp @@ -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); }