fix(tests): remove unused variables

This commit is contained in:
Günter Obiltschnig 2025-02-07 20:43:28 +01:00
parent 6fb0debd71
commit 3d8040bb17
2 changed files with 0 additions and 2 deletions

View File

@ -684,7 +684,6 @@ void SocketTest::testSendFile()
Poco::FileInputStream istr(file.path());
std::streamsize sent = 0;
std::streamoff off = 0;
while (sent < file.getSize())
{
sent += ss.sendFile(istr, sent);

View File

@ -221,7 +221,6 @@ void SecureStreamSocketTest::testSendFile()
Poco::FileInputStream istr(file.path());
std::streamsize sent = 0;
std::streamoff off = 0;
while (sent < file.getSize())
{
sent += ss.sendFile(istr, sent);