Removed obsolete comment in if tag.

The double equals operator was removed in
2ccfac1a65.
This commit is contained in:
Stephen Kelly 2016-04-07 23:57:55 +02:00 committed by Tim Graham
parent 4bb3ddbcc6
commit 2956e2f5e3
1 changed files with 0 additions and 2 deletions

View File

@ -88,8 +88,6 @@ def prefix(bp, func):
# Operator precedence follows Python.
# NB - we can get slightly more accurate syntax error messages by not using the
# same object for '==' and '='.
# We defer variable evaluation to the lambda to ensure that terms are
# lazily evaluated using Python's boolean parsing logic.
OPERATORS = {