diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-01-24 10:04:37 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-01-24 10:04:37 +0000 |
commit | b3a2603a8e646c2ca3738052011357b64031216e (patch) | |
tree | 8a67df293c15b43d8753a223b7d83ddb222fb891 /usr.sbin | |
parent | 6bf83ade2a4168a5228b22830193d9ed67ef7f5d (diff) |
zap now unused var
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/control.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/control.c b/usr.sbin/bgpd/control.c index 6c498c1c642..a9e043990f2 100644 --- a/usr.sbin/bgpd/control.c +++ b/usr.sbin/bgpd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.47 2006/01/24 10:03:44 henning Exp $ */ +/* $OpenBSD: control.c,v 1.48 2006/01/24 10:04:36 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -30,11 +30,6 @@ #define CONTROL_BACKLOG 5 -struct { - int fd; - int restricted_fd; -} control_state; - struct ctl_conn *control_connbyfd(int); struct ctl_conn *control_connbypid(pid_t); int control_close(int); |