Remove unused variable

This commit is contained in:
Frank Denis 2014-08-15 14:36:52 -07:00
parent 0e23192159
commit 6c8df6adad

View File

@ -332,7 +332,6 @@ _unprotected_ptr_from_user_ptr(const void *ptr)
{
uintptr_t unprotected_ptr_u;
unsigned char *canary_ptr;
unsigned char *unprotected_ptr;
size_t page_mask;
canary_ptr = ((unsigned char *) ptr) - sizeof canary;