tests: remove unused var

This commit is contained in:
Nguyen Anh Quynh 2022-10-12 14:43:01 +08:00
parent 66adfff20d
commit b99ec09c90
1 changed files with 0 additions and 1 deletions

View File

@ -1109,7 +1109,6 @@ static void test_x86_correct_address_in_long_jump_hook(void)
static void test_x86_invalid_vex_l(void) static void test_x86_invalid_vex_l(void)
{ {
uc_engine *uc; uc_engine *uc;
uc_err err;
/* vmovdqu ymm1, [rcx] */ /* vmovdqu ymm1, [rcx] */
char code[] = {'\xC5', '\xFE', '\x6F', '\x09'}; char code[] = {'\xC5', '\xFE', '\x6F', '\x09'};