Borrowed from Bash, but unnecessary

This commit is contained in:
Rafal Kupiec 2018-07-12 18:08:25 +02:00
父節點 caedd1a9f8
當前提交 4eb2e76498
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4

查看文件

@ -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},