summaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-02-08 13:16:31 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-02-08 13:16:31 +0100
commited6176383eef5de23a62c7de70b58b8d80239005 (patch)
tree4cfa896cd77dac654163cd765eb5c7cd1c8f560c /include/socketengine.h
parent2cf4b614e6c23bfc6d47da2ec4b1932ee2f62cf0 (diff)
Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define
Diffstat (limited to 'include/socketengine.h')
-rw-r--r--include/socketengine.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/socketengine.h b/include/socketengine.h
index b57113af0..a2179d951 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -358,12 +358,6 @@ public:
*/
virtual void DispatchTrialWrites();
- /** Returns the socket engines name. This returns the name of the
- * engine for use in /VERSION responses.
- * @return The socket engine name
- */
- virtual std::string GetName() = 0;
-
/** Returns true if the file descriptors in the given event handler are
* within sensible ranges which can be handled by the socket engine.
*/