From a68a33c559c64206f9e44355217e1ff32d65b8a7 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 27 Jun 2016 06:43:47 +0200 Subject: [PATCH] Remove unused variable --- input/input_remote.c | 1 - 1 file changed, 1 deletion(-) diff --git a/input/input_remote.c b/input/input_remote.c index 40c54467df..4be257e5d9 100644 --- a/input/input_remote.c +++ b/input/input_remote.c @@ -216,7 +216,6 @@ void input_remote_poll(input_remote_t *handle) char buf[8]; ssize_t ret; fd_set fds; - struct timeval tmp_tv = {0}; if (handle->net_fd[user] < 0) return;