summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r--pygments/lexer.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py
index 3566f50e..28c5c825 100644
--- a/pygments/lexer.py
+++ b/pygments/lexer.py
@@ -371,9 +371,6 @@ class RegexLexer(Lexer):
#: current one.
tokens = {}
- #: Processed tokens dict. This is filled by the metaclass.
- _tokens = {}
-
def get_tokens_unprocessed(self, text, stack=['root']):
"""
Split ``text`` into (tokentype, text) pairs.