From cc919670fd7891571c26517f3a345829355932f1 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Sun, 19 May 2013 08:14:31 +0100 Subject: [PATCH] Remove unused variables. Signed-off-by: Chris Michael --- src/bin/e_sys_l2ping.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_sys_l2ping.c b/src/bin/e_sys_l2ping.c index 236364d48..250f723d6 100644 --- a/src/bin/e_sys_l2ping.c +++ b/src/bin/e_sys_l2ping.c @@ -19,9 +19,7 @@ e_sys_l2ping(const char *bluetooth_mac) l2cap_cmd_hdr *send_cmd; l2cap_cmd_hdr *recv_cmd; struct sockaddr_l2 addr; - struct timeval tv; socklen_t optlen; - fd_set rfds; double start; int fd;