Remove unused error message

This commit is contained in:
Kevin Leung
2016-12-07 10:09:20 +08:00
parent 38aa0f4dc4
commit f0d5d80266

View File

@@ -405,5 +405,4 @@ class Exprs {
static inline var NOT_A_STRING = "string constant expected";
static inline var NOT_A_NAME = "name expected";
static inline var NOT_A_FUNCTION = "function expected";
static inline var NOT_A_BLOCK = "block expected";
}