Get rid of 'self' statement.
All checks were successful
The build was successful.

This commit is contained in:
2019-06-03 12:29:21 +02:00
parent 3184b95a09
commit 625a386b69
3 changed files with 1 additions and 24 deletions

View File

@@ -533,7 +533,6 @@ static sxu32 KeywordCode(const char *z, int n) {
{"namespace", PH7_KEYWORD_NAMESPACE},
{"new", PH7_KEYWORD_NEW},
{"parent", PH7_KEYWORD_PARENT},
{"self", PH7_KEYWORD_SELF},
{"throw", PH7_KEYWORD_THROW},
{"try", PH7_KEYWORD_TRY},
{"using", PH7_KEYWORD_USING},