aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/parser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y
index 7d877cd67..091d59071 100644
--- a/src/libexpr/parser.y
+++ b/src/libexpr/parser.y
@@ -286,7 +286,6 @@ void yyerror(YYLTYPE * loc, yyscan_t scanner, ParseData * data, const char * err
%left '*' '/'
%right CONCAT
%nonassoc '?'
-%nonassoc '~'
%nonassoc NEGATE
%%