No need to duplicate exit()

This commit is contained in:
2018-07-28 22:48:32 +02:00
parent 3f1397ed93
commit 159cd76020
4 changed files with 0 additions and 4 deletions

View File

@@ -610,7 +610,6 @@ static sxu32 KeywordCode(const char *z, int n) {
{"float", PH7_TKWRD_FLOAT},
{"var", PH7_TKWRD_VAR},
{"array", PH7_TKWRD_ARRAY},
{"die", PH7_TKWRD_DIE},
{"abstract", PH7_TKWRD_ABSTRACT},
{"class", PH7_TKWRD_CLASS},
{"as", PH7_TKWRD_AS},