summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parse/parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parse/parse.c b/src/parse/parse.c
index 669df53..d8281ae 100644
--- a/src/parse/parse.c
+++ b/src/parse/parse.c
@@ -24,9 +24,6 @@
#undef DEBUG_STACK
#undef DEBUG_EVENTS
-/** \todo The CSSOM expects us to preserve unknown rules. We currently discard
- * all of their content, so the higher levels never see them. */
-
#ifndef NDEBUG
#include <stdio.h>
extern void parserutils_stack_dump(parserutils_stack *stack, const char *prefix,