summaryrefslogtreecommitdiff
path: root/usr.bin/tip
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-06-30 00:09:28 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-06-30 00:09:28 +0000
commit54af45f51de9c7acbbfde386e3ede0344034da9f (patch)
tree17c7879197eed5a5e198d43f8b8a1ee6c123ca35 /usr.bin/tip
parent4e317cd7d599f8bfe9b7906ba2f75a82e29a5f7a (diff)
Unused variables.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r--usr.bin/tip/tip.c5
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);