diff options
-rw-r--r-- | ext/xslt/sablot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index a1474fecd0..749674abb5 100644 --- a/ext/xslt/sablot.c +++ b/ext/xslt/sablot.c @@ -1300,8 +1300,6 @@ static SAX_RETURN sax_enddoc(void *ctx) /* {{{ _error_parse() Parse a char ** array into an _error_fields structure */ -#define MIN(__a, __b) ((__a) < (__b) ? (__a) : (__b)) - struct _error_fields { char *message; char *type; |