The empty() function is useless in Aer.
All checks were successful
The build was successful.

This commit is contained in:
2019-03-24 09:22:10 +01:00
parent 9438407ebf
commit a87471e1e3
7 changed files with 3 additions and 78 deletions

View File

@@ -1592,7 +1592,6 @@ enum ph7_expr_id {
#define PH7_KEYWORD_FINALLY 36 /* finally */
#define PH7_KEYWORD_IMPLEMENTS 39 /* implements */
#define PH7_KEYWORD_INCLUDE 41 /* include */
#define PH7_KEYWORD_EMPTY 42 /* empty */
#define PH7_KEYWORD_INSTANCEOF 0x400 /* instanceof: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_PARENT 44 /* parent */
#define PH7_KEYWORD_PRIVATE 45 /* private */