Module: wine Branch: master Commit: 2830a21e1daadd511099802d3a0f6c4f1a587691 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2830a21e1daadd511099802d3a...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jan 27 11:45:46 2012 +0100
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, 0 insertions(+), 9 deletions(-)
diff --git a/dlls/jscript/tests/activex.c b/dlls/jscript/tests/activex.c index 1508ca0..dc90d91 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 7c81328..c453971 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 e5bd072..f83cedd 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"); \