summaryrefslogtreecommitdiff
path: root/src/pyparsing.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyparsing.py')
-rw-r--r--src/pyparsing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pyparsing.py b/src/pyparsing.py
index f30feb9..3366b8a 100644
--- a/src/pyparsing.py
+++ b/src/pyparsing.py
@@ -2957,7 +2957,6 @@ class Forward(ParseElementEnhance):
if isinstance( other, basestring ):
other = ParserElement.literalStringClass(other)
self.expr = other
- self.mayReturnEmpty = other.mayReturnEmpty
self.strRepr = None
self.mayIndexError = self.expr.mayIndexError
self.mayReturnEmpty = self.expr.mayReturnEmpty