vbscript: Get rid of unused SET_CALLED macro.

This commit is contained in:
Jacek Caban 2012-01-27 11:43:12 +01:00 committed by Alexandre Julliard
parent 9f7da94a3d
commit 613c276ca3
3 changed files with 0 additions and 9 deletions

View File

@ -38,9 +38,6 @@ extern const CLSID CLSID_VBScript;
#define SET_EXPECT(func) \
expect_ ## func = TRUE
#define SET_CALLED(func) \
called_ ## func = TRUE
#define CHECK_EXPECT2(func) \
do { \
ok(expect_ ##func, "unexpected call " #func "\n"); \

View File

@ -35,9 +35,6 @@ extern const CLSID CLSID_VBScript;
#define SET_EXPECT(func) \
expect_ ## func = TRUE
#define SET_CALLED(func) \
called_ ## func = TRUE
#define CHECK_EXPECT2(func) \
do { \
ok(expect_ ##func, "unexpected call " #func "\n"); \

View File

@ -35,9 +35,6 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#define SET_EXPECT(func) \
expect_ ## func = TRUE
#define SET_CALLED(func) \
called_ ## func = TRUE
#define CHECK_EXPECT2(func) \
do { \
ok(expect_ ##func, "unexpected call " #func "\n"); \