fix unused variable warnings

This commit is contained in:
Rich Felker
2012-11-01 22:58:17 -04:00
parent b367ab15fa
commit 3a5aa8e49c
2 changed files with 1 additions and 2 deletions
-1
View 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);