Merge pull request #1848 from AleoHQ/abnf-remove-unused-rule

[ABNF] Remove unused rule
This commit is contained in:
Collin Chin 2022-05-31 12:17:22 -04:00 committed by GitHub
commit e3eceef513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 4 deletions

View File

@ -1,2 +1 @@
abnf-grammar.txt text eol=crlf
format-abnf-grammar.txt text eol=crlf

Binary file not shown.

View File

@ -50,9 +50,6 @@ not-line-feed-or-carriage-return = %x0-9 / %xB-C / %xE-7F / safe-nonascii
not-double-quote-or-backslash = %x0-21 / %x23-5B / %x5D-7F / safe-nonascii
; anything but " or \
not-single-quote-or-backslash = %x0-26 / %x28-5B / %x5D-7F / safe-nonascii
; anything but ' or \
line-terminator = line-feed / carriage-return / carriage-return line-feed
whitespace = space / horizontal-tab / line-terminator