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:
Robert Fancsik
2019-05-28 04:56:10 -04:00
committed by László Langó
parent 8e39fbc46f
commit e1c552ba2e
3 changed files with 0 additions and 75 deletions
-5
View File
@@ -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
*/