Get rid of global keyword, fixes #29

This commit is contained in:
2018-07-31 15:24:56 +02:00
parent aa5a20f283
commit 2c37807370
3 changed files with 0 additions and 74 deletions

View File

@@ -602,7 +602,6 @@ static sxu32 KeywordCode(const char *z, int n) {
{"new", PH7_TKWRD_NEW},
{"const", PH7_TKWRD_CONST},
{"string", PH7_TKWRD_STRING},
{"global", PH7_TKWRD_GLOBAL},
{"using", PH7_TKWRD_USING},
{"elseif", PH7_TKWRD_ELIF},
{"else", PH7_TKWRD_ELSE},