Remove memory management-related dead code
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -199,13 +199,6 @@ extern void __noreturn jerry_fatal (jerry_fatal_code_t);
|
||||
* Alignment
|
||||
*/
|
||||
|
||||
/**
|
||||
* Aligns @a value to @a alignment.
|
||||
*
|
||||
* Returns maximum positive value, that divides @a alignment and is less than or equal to @a value
|
||||
*/
|
||||
#define JERRY_ALIGNDOWN(value, alignment) ((alignment) * ((value) / (alignment)))
|
||||
|
||||
/**
|
||||
* Aligns @a value to @a alignment.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user