summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index 752993a4a..316e7309c 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -4202,7 +4202,6 @@ parser_yylex(parser_state *p)
}
else if (IS_SPCARG(-1)) {
c = tLPAREN_ARG;
- yywarning(p, "(...) interpreted as grouped expression");
}
p->paren_nest++;
COND_PUSH(0);