X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspsocket.h;h=ae18afabd959df47a1f786aed78ca3a06743798f;hb=c5d8d3e3c6b7a5cb44572d9a9b6e5249d74cb1f7;hp=af93baa56f409fec74bcaa6e50ffa3ce9593b0e2;hpb=86c2b7abf7f8627c9f765b12ec334d1541dcfb61;p=user%2Fhenk%2Fcode%2Finspircd.git 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