Removed non-used EmptyShortCircuit
This commit is contained in:
parent
7145c8a62a
commit
4d3470e52e
|
@ -12,14 +12,6 @@ AND = 'AND'
|
||||||
OR = 'OR'
|
OR = 'OR'
|
||||||
|
|
||||||
|
|
||||||
class EmptyShortCircuit(Exception):
|
|
||||||
"""
|
|
||||||
Internal exception used to indicate that a "matches nothing" node should be
|
|
||||||
added to the where-clause.
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class WhereNode(tree.Node):
|
class WhereNode(tree.Node):
|
||||||
"""
|
"""
|
||||||
Used to represent the SQL where-clause.
|
Used to represent the SQL where-clause.
|
||||||
|
|
Loading…
Reference in New Issue