fix unused variable warnings
[musl] / src / env / __stack_chk_fail.c
index 3e2e4b6..031a1ed 100644 (file)
@@ -8,7 +8,6 @@ uintptr_t __stack_chk_guard;
 
 void __init_ssp(void *entropy)
 {
-       size_t i;
        pthread_t self = __pthread_self_init();
        uintptr_t canary;
        if (entropy) memcpy(&canary, entropy, sizeof canary);