mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-04 09:37:11 +02: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());
|
Poco::FileInputStream istr(file.path());
|
||||||
std::streamsize sent = 0;
|
std::streamsize sent = 0;
|
||||||
std::streamoff off = 0;
|
|
||||||
while (sent < file.getSize())
|
while (sent < file.getSize())
|
||||||
{
|
{
|
||||||
sent += ss.sendFile(istr, sent);
|
sent += ss.sendFile(istr, sent);
|
||||||
|
@ -221,7 +221,6 @@ void SecureStreamSocketTest::testSendFile()
|
|||||||
|
|
||||||
Poco::FileInputStream istr(file.path());
|
Poco::FileInputStream istr(file.path());
|
||||||
std::streamsize sent = 0;
|
std::streamsize sent = 0;
|
||||||
std::streamoff off = 0;
|
|
||||||
while (sent < file.getSize())
|
while (sent < file.getSize())
|
||||||
{
|
{
|
||||||
sent += ss.sendFile(istr, sent);
|
sent += ss.sendFile(istr, sent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user