Borrowed from Bash, but unnecessary

This commit is contained in:
Rafal Kupiec 2018-07-12 18:08:25 +02:00
parent caedd1a9f8
commit 4eb2e76498
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 1 deletions

View File

@ -608,7 +608,6 @@ static sxu32 KeywordCode(const char *z, int n) {
{"global", PH7_TKWRD_GLOBAL},
{"use", PH7_TKWRD_USE},
{"elseif", PH7_TKWRD_ELIF},
{"elif", PH7_TKWRD_ELIF},
{"else", PH7_TKWRD_ELSE},
{"if", PH7_TKWRD_IF},
{"float", PH7_TKWRD_FLOAT},