Commit 4d3470e5 authored by Anssi Kääriäinen's avatar Anssi Kääriäinen Committed by Tim Graham
Browse files

Removed non-used EmptyShortCircuit

parent 7145c8a6
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -12,14 +12,6 @@ AND = 'AND'
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):
    """
    Used to represent the SQL where-clause.