Remove dead macros from memory management 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 14:05:35 +01:00
parent d4650bc75c
commit e926aa7d69
2 changed files with 0 additions and 10 deletions

View File

@ -43,11 +43,6 @@ typedef uint16_t mem_cpointer_t;
*/
#define MEM_ALIGNMENT (1u << MEM_ALIGNMENT_LOG)
/**
* Required alignment for allocated units/blocks
*/
#define MEM_POOL_ALIGNMENT (1 << MEM_POOL_ALIGNMENT_LOG)
/**
* Width of compressed memory pointer
*/

View File

@ -38,9 +38,4 @@
*/
#define MEM_ALIGNMENT_LOG 3
/**
* Logarithm of required alignment for allocated pools
*/
#define MEM_POOL_ALIGNMENT_LOG 3
#endif /* MEM_CONFIG_H */