From 117ea1f8996d5cc0c9ee357606f3209e3d16a67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Lang=C3=B3?= Date: Fri, 1 Jun 2018 10:00:10 +0200 Subject: [PATCH] Removed unused macro definitions. (#2369) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com --- jerry-core/ecma/base/ecma-globals.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/jerry-core/ecma/base/ecma-globals.h b/jerry-core/ecma/base/ecma-globals.h index fcc4caa10..75d2a3e44 100644 --- a/jerry-core/ecma/base/ecma-globals.h +++ b/jerry-core/ecma/base/ecma-globals.h @@ -31,19 +31,6 @@ * @{ */ -/** - * Ecma-pointer field is used to calculate ecma value's address. - * - * Ecma-pointer contains value's shifted offset from common Ecma-pointers' base. - * The offset is shifted right by JMEM_ALIGNMENT_LOG. - * Least significant JMEM_ALIGNMENT_LOG bits of non-shifted offset are zeroes. - */ -#ifdef JERRY_CPOINTER_32_BIT -#define ECMA_POINTER_FIELD_WIDTH 32 -#else /* !JERRY_CPOINTER_32_BIT */ -#define ECMA_POINTER_FIELD_WIDTH 16 -#endif /* JERRY_CPOINTER_32_BIT */ - /** * The NULL value for compressed pointers */