aboutsummaryrefslogtreecommitdiff
path: root/jerry-core
diff options
context:
space:
mode:
authorAkos Kiss <akiss@inf.u-szeged.hu>2018-06-04 03:50:02 +0200
committeryichoi <duddlf.choi@samsung.com>2018-06-04 10:50:02 +0900
commit2cabb6f8ea31cd8b005d49f14de11f6f47de30ff (patch)
tree86fa32902e334622ec77556ab29ba445fa4a8218 /jerry-core
parent9da010ae6e7277fb4111f5987c524cd1d484be79 (diff)
Remove the leftover declaration of ecma_op_create_global_environment (#2375)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
Diffstat (limited to 'jerry-core')
-rw-r--r--jerry-core/ecma/operations/ecma-lex-env.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/jerry-core/ecma/operations/ecma-lex-env.h b/jerry-core/ecma/operations/ecma-lex-env.h
index 4b0c6055..c0808cbf 100644
--- a/jerry-core/ecma/operations/ecma-lex-env.h
+++ b/jerry-core/ecma/operations/ecma-lex-env.h
@@ -57,8 +57,6 @@ ecma_value_t ecma_op_implicit_this_value (ecma_object_t *lex_env_p);
/* ECMA-262 v5, Table 18. Additional methods of Declarative Environment Records */
void ecma_op_create_immutable_binding (ecma_object_t *lex_env_p, ecma_string_t *name_p, ecma_value_t value);
-ecma_object_t *ecma_op_create_global_environment (ecma_object_t *);
-
/**
* @}
* @}