1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Unused variable. Aargh.

This commit is contained in:
Nicholas Marriott 2009-11-05 19:32:34 +00:00
parent 80e0158112
commit ff55eb5bfa

View File

@ -350,7 +350,7 @@ tty_keys_next(struct tty *tty)
struct tty_key *tk; struct tty_key *tk;
struct timeval tv; struct timeval tv;
struct mouse_event mouse; struct mouse_event mouse;
char *buf, *ptr; char *buf;
size_t len, size; size_t len, size;
cc_t bspace; cc_t bspace;
int key; int key;