diff options
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 41f40dc2b..c6fcf8fd6 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -434,10 +434,6 @@ const char* BufferedSocket::Read() } } -void BufferedSocket::MarkAsClosed() -{ -} - // There are two possible outcomes to this function. // It will either write all of the data, or an undefined amount. // If an undefined amount is written the connection has failed |