diff options
Diffstat (limited to 'zebra/main.c')
-rw-r--r-- | zebra/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/main.c b/zebra/main.c index 2f966523..6019260f 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -47,7 +47,6 @@ struct zebra_t zebrad = }; /* process id. */ -pid_t old_pid; pid_t pid; /* Pacify zclient.o in libzebra, which expects this variable. */ @@ -366,9 +365,6 @@ main (int argc, char **argv) if (batch_mode) exit (0); - /* Needed for BSD routing socket. */ - old_pid = getpid (); - /* Daemonize. */ if (daemon_mode) daemon (0, 0); |