From 9433028acd43df27072e5f422d2457d124268bd5 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 3 Mar 2009 17:38:08 +0100 Subject: [PATCH] Remove unused defines: X86_REVERSE_PARAMS, X86_PASS_IN_EAX --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 47470db9..acb5c236 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,8 +139,6 @@ add_definitions( -DIN_LLVM -D_DH -DOPAQUE_VTBLS - -DX86_REVERSE_PARAMS - -DX86_PASS_IN_EAX ) if(UNIX)