Skip to content

Commit

Permalink
unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yole committed Sep 26, 2011
1 parent e3a5d8a commit 2caef64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jinja2/parser.py
Expand Up @@ -698,7 +698,6 @@ def parse_subscript(self, node):
arg = nodes.Const(attr_token.value, lineno=attr_token.lineno)
return nodes.Getitem(node, arg, 'load', lineno=token.lineno)
if token.type == 'lbracket':
priority_on_attribute = False
args = []
while self.stream.current.type != 'rbracket':
if args:
Expand Down

0 comments on commit 2caef64

Please sign in to comment.