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:
parent
b256722d49
commit
3f689c9ee1
1 changed files with 0 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue