summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inspircd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 9744adb68..6630cde5d 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -445,8 +445,6 @@ InspIRCd::InspIRCd(int argc, char** argv)
if (!Config->nofork && !do_restart)
{
- int closed = 0;
-
if (kill(getppid(), SIGTERM) == -1)
{
printf("Error killing parent process: %s\n",strerror(errno));