summaryrefslogtreecommitdiff
path: root/pyparsing.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyparsing.py')
-rw-r--r--pyparsing.py3
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)