summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-04-03 12:01:38 +0000
committerbrian <brian@FreeBSD.org>1999-04-03 12:01:38 +0000
commit0ceecd2eef29eed3f77c415cc3265939d2c9e740 (patch)
tree0fa716fa99778e66f439680088a79f69c072de3a /usr.sbin
parent5db8066ee9cdb955373c32193af6f95f65e204fb (diff)
downloadFreeBSD-src-0ceecd2eef29eed3f77c415cc3265939d2c9e740.zip
FreeBSD-src-0ceecd2eef29eed3f77c415cc3265939d2c9e740.tar.gz
Remove forgotten variable.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/modem.c3
1 files changed, 1 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud