Author: akhaldi
Date: Wed Mar 25 11:58:28 2015
New Revision: 66875

URL: http://svn.reactos.org/svn/reactos?rev=66875&view=rev
Log:
[ITSS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

Modified:
    trunk/rostests/winetests/itss/protocol.c

Modified: trunk/rostests/winetests/itss/protocol.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/itss/protocol.c?rev=66875&r1=66874&r2=66875&view=diff
==============================================================================
--- trunk/rostests/winetests/itss/protocol.c    [iso-8859-1] (original)
+++ trunk/rostests/winetests/itss/protocol.c    [iso-8859-1] Wed Mar 25 
11:58:28 2015
@@ -38,12 +38,6 @@
     do { \
         ok(expect_ ##func, "unexpected call " #func "\n"); \
         expect_ ## func = FALSE; \
-        called_ ## func = TRUE; \
-    }while(0)
-
-#define CHECK_EXPECT2(func) \
-    do { \
-        ok(expect_ ##func, "unexpected call " #func  "\n"); \
         called_ ## func = TRUE; \
     }while(0)
 


Reply via email to