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:
Akos Kiss
2016-03-07 10:59:18 +01:00
parent c0f3a9f7fb
commit 212aa34331
5 changed files with 0 additions and 35 deletions
-7
View File
@@ -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.
*