From b99ec09c9037308c969677fe1f5ba86f79ef6646 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 12 Oct 2022 14:43:01 +0800 Subject: [PATCH] tests: remove unused var --- tests/unit/test_x86.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_x86.c b/tests/unit/test_x86.c index a9291f92..b4c94dcf 100644 --- a/tests/unit/test_x86.c +++ b/tests/unit/test_x86.c @@ -1109,7 +1109,6 @@ static void test_x86_correct_address_in_long_jump_hook(void) static void test_x86_invalid_vex_l(void) { uc_engine *uc; - uc_err err; /* vmovdqu ymm1, [rcx] */ char code[] = {'\xC5', '\xFE', '\x6F', '\x09'};