aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h
diff options
context:
space:
mode:
authorLászló Langó <llango.u-szeged@partner.samsung.com>2017-01-17 08:58:46 +0100
committerTilmann Scheller <t.scheller@samsung.com>2017-01-17 08:58:46 +0100
commit471ad284f6e92195b783f092380a8ac4e0186dfd (patch)
treeeeb4e6c4ff22f7123387309997abb1163c1c9ee9 /jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h
parent4b5cf8ad26715df0afb0dc5b01f9ed510a1854cf (diff)
Remove 'OBJECT_ID' from builtin headers. (#1529)
After 378d7f7 it is not used in the codebase and can be eliminated. JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
Diffstat (limited to 'jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h')
-rw-r--r--jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h
index d95ee963..29619dfb 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-typeerror-prototype.inc.h
@@ -16,11 +16,6 @@
/*
* TypeError.prototype built-in description
*/
-
-#ifndef OBJECT_ID
-# define OBJECT_ID(builtin_object_id)
-#endif /* !OBJECT_ID */
-
#ifndef STRING_VALUE
# define STRING_VALUE(name, magic_string_id, prop_attributes)
#endif /* !STRING_VALUE */
@@ -29,9 +24,6 @@
# define OBJECT_VALUE(name, obj_builtin_id, prop_attributes)
#endif /* !OBJECT_VALUE */
-/* Object identifier */
-OBJECT_ID (ECMA_BUILTIN_ID_TYPE_ERROR_PROTOTYPE)
-
/* Object properties:
* (property name, object pointer getter) */
@@ -50,7 +42,6 @@ STRING_VALUE (LIT_MAGIC_STRING_MESSAGE,
LIT_MAGIC_STRING__EMPTY,
ECMA_PROPERTY_CONFIGURABLE_WRITABLE)
-#undef OBJECT_ID
#undef SIMPLE_VALUE
#undef NUMBER_VALUE
#undef STRING_VALUE