mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-31 13:20:04 -04:00
Remove unused var
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6709 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4f4bef4b5f
commit
db6ee71db2
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user