Continue trying to make the android build smaller.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4240 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-03-20 00:29:46 +00:00
parent a94d6f9271
commit ebef51b4ea
9 changed files with 19 additions and 38 deletions

View File

@ -14,8 +14,6 @@
#include <time.h>
#include <uv.h>
#include "quickjs-libc.h"
void tf_ssb_test_id_conversion(const tf_test_options_t* options)
{
tf_printf("Testing id conversion.\n");
@ -114,11 +112,7 @@ static void _ssb_test_idle(uv_idle_t* idle)
{
tf_util_report_error(context, result);
}
if (r < 0)
{
js_std_dump_error(context);
}
else if (r == 0)
if (r == 0)
{
break;
}