Fix Unittests build fails when LTO is disabled

Related issue: #774

JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
This commit is contained in:
SaeHie Park
2015-12-10 10:24:50 +09:00
parent ab6d777220
commit fe2a76fced
4 changed files with 38 additions and 43 deletions
-8
View File
@@ -147,11 +147,3 @@ main (int __attr_unused___ argc,
return 0;
} /* main */
/**
* Provide output character to console implementation for the engine.
*/
int jerry_port_putchar (int c)
{
return putchar (c);
}