aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mparser.py')
-rw-r--r--mesonbuild/mparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mparser.py b/mesonbuild/mparser.py
index 76ad374..2b503f1 100644
--- a/mesonbuild/mparser.py
+++ b/mesonbuild/mparser.py
@@ -674,7 +674,6 @@ class Parser:
a = ArgumentNode(s)
while not isinstance(s, EmptyNode):
- potential = self.current
if self.accept('colon'):
a.set_kwarg(s, self.statement())
potential = self.current