Module: wine Branch: master Commit: 900e7c5d6559eddfc14518f203fb36bc97881cda URL: http://source.winehq.org/git/wine.git/?a=commit;h=900e7c5d6559eddfc14518f203...
Author: André Hentschel nerv@dawncrow.de Date: Tue Dec 9 23:29:18 2014 +0100
widl: Fix compiler warnings with flag -Wunused-macros.
---
tools/widl/proxy.c | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/tools/widl/proxy.c b/tools/widl/proxy.c index 0c0d7ce..f4fe6f5 100644 --- a/tools/widl/proxy.c +++ b/tools/widl/proxy.c @@ -37,14 +37,6 @@ #include "typegen.h" #include "expr.h"
-#define END_OF_LIST(list) \ - do { \ - if (list) { \ - while (NEXT_LINK(list)) \ - list = NEXT_LINK(list); \ - } \ - } while(0) - static FILE* proxy; static int indent = 0;