From 2830a21e1daadd511099802d3a0f6c4f1a587691 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Fri, 27 Jan 2012 11:45:46 +0100 Subject: [PATCH] jscript: Get rid of unused SET_CALLED macro. --- dlls/jscript/tests/activex.c | 3 --- dlls/jscript/tests/jscript.c | 3 --- dlls/jscript/tests/run.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/dlls/jscript/tests/activex.c b/dlls/jscript/tests/activex.c index 1508ca05918..dc90d91f87f 100644 --- a/dlls/jscript/tests/activex.c +++ b/dlls/jscript/tests/activex.c @@ -39,9 +39,6 @@ static const CLSID CLSID_JScript = #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"); \ diff --git a/dlls/jscript/tests/jscript.c b/dlls/jscript/tests/jscript.c index 7c81328cb08..c453971a8b4 100644 --- a/dlls/jscript/tests/jscript.c +++ b/dlls/jscript/tests/jscript.c @@ -38,9 +38,6 @@ static const CLSID CLSID_JScript = #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"); \ diff --git a/dlls/jscript/tests/run.c b/dlls/jscript/tests/run.c index e5bd072b60c..f83cedd30f9 100644 --- a/dlls/jscript/tests/run.c +++ b/dlls/jscript/tests/run.c @@ -36,9 +36,6 @@ static const CLSID CLSID_JScript = #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"); \