From 51a4fe0766d4dc42f19c56d0561b61d155a78335 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 5 Sep 2015 00:59:53 +0800 Subject: [PATCH] samples: cleanup shellcode.c --- samples/shellcode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/shellcode.c b/samples/shellcode.c index 31f72ffc..80ed1d16 100644 --- a/samples/shellcode.c +++ b/samples/shellcode.c @@ -40,7 +40,6 @@ static void hook_code(ucengine *uc, uint64_t address, uint32_t size, void *user_ } } -#define MIN(a, b) (a < b? a : b) // callback for handling interrupt // ref: http://syscalls.kernelgrok.com/ static void hook_intr(ucengine *uc, uint32_t intno, void *user_data)