Cleanup unused macros/typedefs from ecma-globals.h (#2888)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
committed by
László Langó
parent
8e39fbc46f
commit
e1c552ba2e
@@ -35,11 +35,6 @@
|
||||
*/
|
||||
#define VM_MINUS_EQUAL_U16(base, value) (base) = (uint16_t) ((base) - (value))
|
||||
|
||||
/**
|
||||
* Instruction counter / position
|
||||
*/
|
||||
typedef const uint8_t *vm_instr_counter_t;
|
||||
|
||||
/**
|
||||
* Context of interpreter, related to a JS stack frame
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user