summaryrefslogtreecommitdiffstats
path: root/tty-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-05 19:32:34 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-05 19:32:34 +0000
commitff55eb5bfa4e6c4814fcf5e65ce388e2c53acbb8 (patch)
treea4a34031f3483c5b0cc63979be0f82cb9877139c /tty-keys.c
parent80e0158112b73029d27452bc08b18079df3f898c (diff)
Unused variable. Aargh.
Diffstat (limited to 'tty-keys.c')
-rw-r--r--tty-keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-keys.c b/tty-keys.c
index 420140ff..8505900c 100644
--- a/tty-keys.c
+++ b/tty-keys.c
@@ -350,7 +350,7 @@ tty_keys_next(struct tty *tty)
struct tty_key *tk;
struct timeval tv;
struct mouse_event mouse;
- char *buf, *ptr;
+ char *buf;
size_t len, size;
cc_t bspace;
int key;