1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-25 08:37:38 +01:00

Cleanup: remove unused variable

This commit is contained in:
Milian Wolff 2018-04-24 15:41:09 +02:00 committed by Milian Wolff
parent b256722d49
commit 3f689c9ee1

View file

@ -132,7 +132,6 @@ static int msync_validate (void *addr, size_t len)
static int mincore_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 */ unsigned char mvec[2]; /* Unaligned access may cross page boundary */
size_t i;
/* mincore could fail with EAGAIN but we conservatively return -1 /* mincore could fail with EAGAIN but we conservatively return -1
instead of looping. */ instead of looping. */