diff options
Diffstat (limited to 'pyparsing.py')
-rw-r--r-- | pyparsing.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyparsing.py b/pyparsing.py index 48720f0..f4f0735 100644 --- a/pyparsing.py +++ b/pyparsing.py @@ -2385,9 +2385,6 @@ class ParserElement(object): return vars(self) == vars(other) return False - def __ne__(self, other): - return not (self == other) - def __hash__(self): return id(self) |