summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-01 18:34:34 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-01 18:34:34 +0000
commit6953371f7133223ea85e815530320715bae43cc6 (patch)
tree80f07f52baa4d7d14f400a34022cab729baabcd9 /src
parentde35a20ab7521ccd310bbc922c75b144b9a13fc2 (diff)
Remove deprecated BufferedSocket::MarkAsClosed()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9246 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspsocket.cpp4
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