summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspsocket.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h
index d33cde5e8..f094701c0 100644
--- a/include/inspsocket.h
+++ b/include/inspsocket.h
@@ -406,17 +406,6 @@ class CoreExport BufferedSocket : public EventHandler
*/
virtual bool DoConnect();
- /**
- * This method marks the socket closed.
- * The next time the core examines a socket marked
- * as closed, the socket will be closed and the
- * memory reclaimed.
- *
- * NOTE: This method is DEPRECIATED and will be
- * ignored if called!
- */
- void MarkAsClosed();
-
/** Handle event from EventHandler parent class
*/
void HandleEvent(EventType et, int errornum = 0);