declare() is a stupid and useless construct. It will not be supported in P#.

This commit is contained in:
2018-07-15 12:22:37 +02:00
parent 9fe3ae2221
commit 6abb65a04c
3 changed files with 0 additions and 76 deletions

View File

@@ -586,8 +586,6 @@ static sxu32 KeywordCode(const char *z, int n) {
{"int", PH7_TKWRD_INT},
{"require_once", PH7_TKWRD_REQONCE},
{"require", PH7_TKWRD_REQUIRE},
{"enddeclare", PH7_TKWRD_ENDDEC},
{"declare", PH7_TKWRD_DECLARE},
{"return", PH7_TKWRD_RETURN},
{"namespace", PH7_TKWRD_NAMESPACE},
{"echo", PH7_TKWRD_ECHO},