aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.cpp')
-rw-r--r--src/server.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server.cpp b/src/server.cpp
index 1eba75e92..4ea6c69d1 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -57,11 +57,6 @@ void InspIRCd::Exit(int status)
this->Cleanup();
ServerInstance = nullptr;
delete this;
- QuickExit(status);
-}
-
-void InspIRCd::QuickExit(int status)
-{
exit(status);
}