[PATCH 01/18] ntdll: tests: Remove an accidental, unused macro in arm64 exception tests.

Martin Storsjö martin at martin.st
Tue Nov 9 08:05:38 CST 2021


Signed-off-by: Martin Storsjö <martin at martin.st>
---
 dlls/ntdll/tests/exception.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c
index 6af68317732..c57d7c01d86 100644
--- a/dlls/ntdll/tests/exception.c
+++ b/dlls/ntdll/tests/exception.c
@@ -5320,8 +5320,6 @@ static const char * const reg_names[48] =
 
 #define ORIG_LR 0xCCCCCCCC
 
-#define UWOP(code,info) (UWOP_##code | ((info) << 4))
-
 static void call_virtual_unwind( int testnum, const struct unwind_test *test )
 {
     static const int code_offset = 1024;
-- 
2.25.1




More information about the wine-devel mailing list