Revisit unused global functions in jerry-core (#2450)
There are some leftover global functions in the code that are not referenced at all anymore. These functions are removed by this patch. There are also some global functions that are only used in their own modules. These functions are made static by this patch. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -151,7 +151,6 @@ typedef struct
|
||||
size_t free_iter_count; /**< Number of iterations required for inserting free blocks */
|
||||
} jmem_heap_stats_t;
|
||||
|
||||
void jmem_stats_print (void);
|
||||
void jmem_stats_allocate_byte_code_bytes (size_t property_size);
|
||||
void jmem_stats_free_byte_code_bytes (size_t property_size);
|
||||
void jmem_stats_allocate_string_bytes (size_t string_size);
|
||||
|
||||
Reference in New Issue
Block a user