diff options
author | 2010-06-30 00:09:27 +0000 | |
---|---|---|
committer | 2010-06-30 00:09:27 +0000 | |
commit | ffcfe2dba14e2b27fcf473f23c82c1a9af32f75b (patch) | |
tree | 61b68c2a8a93ab4cffa2ce062093c03654b2d640 | |
parent | Update libedit to bring it into sync with the latest version from NetBSD. (diff) | |
download | wireguard-openbsd-ffcfe2dba14e2b27fcf473f23c82c1a9af32f75b.tar.xz wireguard-openbsd-ffcfe2dba14e2b27fcf473f23c82c1a9af32f75b.zip |
Unused variables.
Diffstat (limited to '')
-rw-r--r-- | usr.bin/tip/tip.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/tip/tip.c b/usr.bin/tip/tip.c index c5651592cca..0b1d34fd2e8 100644 --- a/usr.bin/tip/tip.c +++ b/usr.bin/tip/tip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tip.c,v 1.45 2010/06/29 23:38:05 nicm Exp $ */ +/* $OpenBSD: tip.c,v 1.46 2010/06/30 00:09:27 nicm Exp $ */ /* $NetBSD: tip.c,v 1.13 1997/04/20 00:03:05 mellon Exp $ */ /* @@ -43,9 +43,6 @@ #include "tip.h" #include "pathnames.h" -int disc = TTYDISC; /* tip normally runs this way */ -char PNbuf[256]; /* This limits the size of a number */ - static void intprompt(int); static void tipin(void); static int escape(void); |