summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-08-16 16:58:02 +0000
committerbrian <brian@FreeBSD.org>2001-08-16 16:58:02 +0000
commitb12d9337ece0b109b036da8d69dd5ce205dc3c13 (patch)
treeb29260e0452ce40e8cfafe2736588d7156a40cd1 /usr.sbin/ppp
parent1fea34de6288ac952fbe65b1077b28bc0cf7d72f (diff)
downloadFreeBSD-src-b12d9337ece0b109b036da8d69dd5ce205dc3c13.zip
FreeBSD-src-b12d9337ece0b109b036da8d69dd5ce205dc3c13.tar.gz
Remove an unused variable
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index df6dae7..6add420 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -2570,7 +2570,6 @@ static int
OptSet(struct cmdargs const *arg)
{
int bit = (int)(long)arg->cmd->args;
- const char *cmd;
unsigned keep; /* Keep these bits */
unsigned add; /* Add these bits */
OpenPOWER on IntegriCloud