mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 17:03:34 +02:00
nhttpd: unused var and function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 136955157d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-19 (Sat, 19 Mar 2016)
Origin message was:
------------------
nhttpd: unused var and function
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -291,6 +291,7 @@ int CySocket::Send(char const *buffer, unsigned int length) {
|
||||
BytesSend += len;
|
||||
return len;
|
||||
}
|
||||
#if 0 //never used
|
||||
//-----------------------------------------------------------------------------
|
||||
// Check if Socket was closed by client
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -303,7 +304,7 @@ bool CySocket::CheckSocketOpen() {
|
||||
return !(recv(sock, buffer, sizeof(buffer), MSG_PEEK | MSG_DONTWAIT) == 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
//=============================================================================
|
||||
// Aggregated Send- and Receive- Operations
|
||||
//=============================================================================
|
||||
|
Reference in New Issue
Block a user