diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inspsocket.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index af93baa56..ae18afabd 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -159,15 +159,6 @@ class CoreExport BufferedSocket : public EventHandler * socket has timed out. */ bool timeout; - - /** - * Socket input buffer, used by read(). The class which - * extends BufferedSocket is expected to implement an extendable - * buffer which can grow much larger than 64k, - * this buffer is just designed to be temporary storage. - * space. - */ - char ibuf[65535]; /** * The IP address being connected |