Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index d917a5751a61c4364b2a4c413d734eab0744008b..5f1b9dcc3913c1745f3759123bb329e693e25a6f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3362,8 +3362,7 @@ class Script: public Struct { |
// Script compilation types. |
enum CompilationType { |
COMPILATION_TYPE_HOST = 0, |
- COMPILATION_TYPE_EVAL = 1, |
- COMPILATION_TYPE_JSON = 2 |
+ COMPILATION_TYPE_EVAL = 1 |
}; |
// [source]: the script source. |