diff options
author | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2008-03-12 10:50:45 +0000 |
---|---|---|
committer | Pierre-Yves Ritschard <pyr@cvs.openbsd.org> | 2008-03-12 10:50:45 +0000 |
commit | 61d4ed69ac92256a7085d93e9c218b52563c10ae (patch) | |
tree | 7fdb4a8f963de0621f38212fb05ed59aa4b4e014 /usr.sbin/relayd/hce.c | |
parent | 9a2302e9d817f5817334e0242d23a80d9b6b4adf (diff) |
nuke unused variable.
Diffstat (limited to 'usr.sbin/relayd/hce.c')
-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 |