summaryrefslogtreecommitdiff
path: root/src/env/__stack_chk_fail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/__stack_chk_fail.c')
-rw-r--r--src/env/__stack_chk_fail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env/__stack_chk_fail.c b/src/env/__stack_chk_fail.c
index 3e2e4b6d..031a1ed7 100644
--- a/src/env/__stack_chk_fail.c
+++ b/src/env/__stack_chk_fail.c
@@ -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);