widl: Fix compiler warnings with flag -Wunused-macros.

This commit is contained in:
André Hentschel 2014-12-09 23:29:18 +01:00 committed by Alexandre Julliard
parent 47fa711bbc
commit 900e7c5d65
1 changed files with 0 additions and 8 deletions

View File

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