Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit b451d71

Browse files
committed
Remove dead grammar rules.
1 parent 2338427 commit b451d71

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/grammar.pegjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2600,16 +2600,11 @@ binary_notequal_b "Not Equal"
26002600

26012601
binary_lang
26022602
= binary_lang_isnt
2603-
/ binary_lang_misc
26042603

26052604
binary_lang_isnt "IS"
26062605
= i:( IS ) o n:( expression_is_not )?
26072606
{ return foldStringKey([ i, n ]); }
26082607

2609-
binary_lang_misc
2610-
= m:( IN / LIKE / GLOB / MATCH / REGEXP )
2611-
{ return keyNode(m); }
2612-
26132608
/* Database, Table and Column IDs */
26142609

26152610
id_name "Identifier"

0 commit comments

Comments
 (0)