Remove compile warning.

This commit is contained in:
inmarket 2014-09-17 09:34:24 +10:00
parent 3a520359a0
commit 6e265c80d2

View File

@ -161,7 +161,6 @@ static DECLARE_THREAD_FUNCTION(NetThread, param) {
SOCKET_TYPE listenfd, fdmax, i, clientfd;
socklen_t len;
int leni;
unsigned disp;
fd_set master, read_fds;
struct sockaddr_in addr;
GDisplay * g;