diff options
author | 2008-03-12 10:50:44 +0000 | |
---|---|---|
committer | 2008-03-12 10:50:44 +0000 | |
commit | a6c98aef8b576a6171ec3c66125e8bac9b2b6b90 (patch) | |
tree | e64b0fdace7bdaff661bbe5a3b193d1d2cdc1633 | |
parent | use muldi3.c to avoid putting instructions 68060 does not support into the (diff) | |
download | wireguard-openbsd-a6c98aef8b576a6171ec3c66125e8bac9b2b6b90.tar.xz wireguard-openbsd-a6c98aef8b576a6171ec3c66125e8bac9b2b6b90.zip |
nuke unused variable.
-rw-r--r-- | usr.sbin/relayd/hce.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/relayd/hce.c b/usr.sbin/relayd/hce.c index 7b51281bfe3..f0cd92cfb47 100644 --- a/usr.sbin/relayd/hce.c +++ b/usr.sbin/relayd/hce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hce.c,v 1.40 2008/02/11 10:42:50 reyk Exp $ */ +/* $OpenBSD: hce.c,v 1.41 2008/03/12 10:50:44 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -52,8 +52,6 @@ void hce_disable_events(void); static struct relayd *env = NULL; struct imsgbuf *ibuf_pfe; struct imsgbuf *ibuf_main; -int pipe_pfe; -int pipe_parent; int running = 0; void |