Remove duplcation of ecma_reject function

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2015-11-18 11:04:07 +01:00
parent d11a9e1c0d
commit aa74c3e2e0
3 changed files with 2 additions and 20 deletions
@@ -37,7 +37,7 @@
* @return completion value
* Returned value must be freed with ecma_free_completion_value
*/
static ecma_completion_value_t
ecma_completion_value_t
ecma_reject (bool is_throw) /**< Throw flag */
{
if (is_throw)