From 4e8fa3b77a100e83375a6148ba0af3c4c1b28646 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Wed, 18 Nov 2015 02:01:59 -0500 Subject: [PATCH] a wayward bit of cruft --- sandbox/extended_tag_list.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sandbox/extended_tag_list.py b/sandbox/extended_tag_list.py index 05c01ea..fb13af7 100644 --- a/sandbox/extended_tag_list.py +++ b/sandbox/extended_tag_list.py @@ -129,8 +129,6 @@ def closing_tag_statement(value): return ClosingTag(int(value)) - statement(ExtendedTagList.null_tag_statement, 'null', ''), - @statement(r"null") def null_statement(value): if _debug: ExtendedTagList._debug("null_statement %r", value)