]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove unused var
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 24 Mar 2007 18:51:48 +0000 (18:51 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 24 Mar 2007 18:51:48 +0000 (18:51 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6709 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd.cpp

index 9744adb6814195c3e095294d51658aede8407c9f..6630cde5daf8989f9eace419eefbe995fdc186ce 100644 (file)
@@ -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));