diff options
-rw-r--r-- | ext/standard/parsedate.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 9b94f12a32..5c3c2aa878 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -154,8 +154,6 @@ typedef union _date_ll { %expect 21 %pure_parser -%debug - %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID tTZONE tZZONE %token tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT %token tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE |