From 3020dd698d7e8e57a2b977dc31a3f779017834f9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 3 May 2015 16:49:47 +0100 Subject: Remove legacy #undef --- css/select.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/select.c b/css/select.c index 2d7c30f7a..b94bcac4f 100644 --- a/css/select.c +++ b/css/select.c @@ -33,8 +33,6 @@ #include "css/select.h" #include "css/utils.h" -#undef PRINT_NODE_BLOOM_DETAILS - static css_error node_name(void *pw, void *node, css_qname *qname); static css_error node_classes(void *pw, void *node, lwc_string ***classes, uint32_t *n_classes); -- cgit v1.2.3