summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/socketengine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/socketengine.cpp b/src/socketengine.cpp
index 4c164f31e..2e4814b36 100644
--- a/src/socketengine.cpp
+++ b/src/socketengine.cpp
@@ -32,10 +32,6 @@
SocketEngine::SocketEngine()
{
- printf("Something blew up in your face. class SocketEngine is an abstract class and configure must\n");
- printf("select a socket engine to derive from it such as EPollEngine, KQueueEngine or SelectEngine.\n");
- printf("Rerun configure, and try again.\n");
- exit(0);
}
SocketEngine::~SocketEngine()