commit 69b5e4f94b99247f8d93780663a466e6611e64c4 parent d12c68144ff41349151b939a6884bd79ca37c522 Author: sin <sin@2f30.org> Date: Thu, 14 Apr 2016 11:02:41 +0100 remove unused var Diffstat:
M | tunnel.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/tunnel.c b/tunnel.c @@ -6,7 +6,6 @@ int tunnel(int netfd, int devfd) { unsigned char buf[MAXPAYLOADLEN]; - struct ip *ip; size_t outlen; struct pollfd pfd[2]; int n, af;