itss/tests: Fix compiler warnings with flag -Wunused-macros.

oldstable
André Hentschel 2014-12-10 23:47:20 +01:00 committed by Alexandre Julliard
parent 4d24fc415f
commit a6657bb084
1 changed files with 0 additions and 6 deletions

View File

@ -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