From 2fee89db13ea984b2d8420b67f4072b1d74a4126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 27 Sep 2018 22:28:02 +0200 Subject: oops, unused variable --- watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch.c b/watch.c index a983f75..473156d 100644 --- a/watch.c +++ b/watch.c @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) { fail(); } - int n, i; + int n; struct kevent event; while (1) { // Wait for event -- cgit v1.2.3