From 0ceecd2eef29eed3f77c415cc3265939d2c9e740 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 3 Apr 1999 12:01:38 +0000 Subject: Remove forgotten variable. --- usr.sbin/ppp/modem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c index 861e1e2..b7908c9 100644 --- a/usr.sbin/ppp/modem.c +++ b/usr.sbin/ppp/modem.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: modem.c,v 1.107 1999/03/07 20:58:48 brian Exp $ + * $Id: modem.c,v 1.108 1999/04/03 11:54:00 brian Exp $ * * TODO: */ @@ -965,7 +965,6 @@ modem_DescriptorRead(struct descriptor *d, struct bundle *bundle, struct physical *p = descriptor2physical(d); u_char *rbuff; int n, found; - size_t sz; rbuff = p->input.buf + p->input.sz; -- cgit v1.1