From 3f689c9ee1562c44506f563c381036be88fb82de Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Tue, 24 Apr 2018 15:41:09 +0200 Subject: Cleanup: remove unused variable --- src/x86_64/Ginit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/x86_64/Ginit.c b/src/x86_64/Ginit.c index 28e096fc..76e183e0 100644 --- a/src/x86_64/Ginit.c +++ b/src/x86_64/Ginit.c @@ -132,7 +132,6 @@ static int msync_validate (void *addr, size_t len) static int mincore_validate (void *addr, size_t len) { unsigned char mvec[2]; /* Unaligned access may cross page boundary */ - size_t i; /* mincore could fail with EAGAIN but we conservatively return -1 instead of looping. */ -- cgit v1.2.1