From 0db8db78789b6797d4730bb342b778bcbcbadf95 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 25 Mar 2015 11:58:28 +0000 Subject: [PATCH] [ITSS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246 svn path=/trunk/; revision=66875 --- rostests/winetests/itss/protocol.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rostests/winetests/itss/protocol.c b/rostests/winetests/itss/protocol.c index 6fd3431c6f5..663411f2e92 100644 --- a/rostests/winetests/itss/protocol.c +++ b/rostests/winetests/itss/protocol.c @@ -41,12 +41,6 @@ called_ ## func = TRUE; \ }while(0) -#define CHECK_EXPECT2(func) \ - do { \ - ok(expect_ ##func, "unexpected call " #func "\n"); \ - called_ ## func = TRUE; \ - }while(0) - #define SET_CALLED(func) \ expect_ ## func = called_ ## func = FALSE