mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-12 23:10:22 +01:00
fix(tests): remove unused variables
This commit is contained in:
parent
6fb0debd71
commit
3d8040bb17
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user