Remove unused variables.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-05-19 08:14:31 +01:00
parent 31d34db673
commit cc919670fd
1 changed files with 0 additions and 2 deletions

View File

@ -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;