aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-03-15 20:19:16 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-03-15 20:19:16 +0100
commit84c1a0ac4530a04113a349dbc3dd15f0e0a4e683 (patch)
treefc5372db7de92f9192a20041ba830c7747324af4 /ipc.c
parent58f31364d2ddefee79396ff73126a21fd5022fa8 (diff)
Small code cleanup, got rid of some functions in nogaim.c that we never needed.
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc.c b/ipc.c
index 1b813e7f..48bd574a 100644
--- a/ipc.c
+++ b/ipc.c
@@ -83,8 +83,6 @@ void ipc_master_cmd_rehash( irc_t *data, char **cmd )
void ipc_master_cmd_restart( irc_t *data, char **cmd )
{
- struct bitlbee_child *child = (void*) data;
-
if( global.conf->runmode != RUNMODE_FORKDAEMON )
{
/* Tell child that this is unsupported. */