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

@@ -1570,7 +1570,6 @@ enum ph7_expr_id {
#define PH7_KEYWORD_FINAL 14 /* final */
#define PH7_KEYWORD_STATIC 16 /* static */
#define PH7_KEYWORD_CASE 17 /* case */
#define PH7_KEYWORD_SELF 18 /* self */
#define PH7_KEYWORD_NAMESPACE 20 /* namespace */
#define PH7_KEYWORD_CLONE 0x80 /* clone: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_NEW 0x100 /* new: MUST BE A POWER OF TWO */