Remove trivial ecma_number arithmetic functions (#2123)
The affected function calls have been replaced with the appropriate arithmetic operands. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
committed by
László Langó
parent
8b109510fd
commit
90f2473f08
@@ -1988,7 +1988,7 @@ ecma_get_string_magic (const ecma_string_t *string_p) /**< ecma-string */
|
||||
*
|
||||
* @return calculated hash
|
||||
*/
|
||||
lit_string_hash_t
|
||||
inline lit_string_hash_t __attr_always_inline___
|
||||
ecma_string_hash (const ecma_string_t *string_p) /**< ecma-string to calculate hash for */
|
||||
{
|
||||
return (string_p->hash);
|
||||
|
||||
Reference in New Issue
Block a user