Skip to content

Commit

Permalink
fixed - remove workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdelnero committed Jan 3, 2025
1 parent 17488bc commit 2f25ea3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions libhxcadaptor/sources/libhxcadaptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,16 +756,3 @@ int hxc_ram_fclose(FILE *f,HXCRAMFILE * rf)

return 0;
};

#ifdef __EMSCRIPTEN__
// TOFIX : wasm emscripten undefined functions workaround ...
void _tzset_js(int32_t p1,int32_t p2,int32_t p3,int32_t p4)
{

}

void _localtime_js(int64_t p1,int32_t p2)
{

}
#endif

0 comments on commit 2f25ea3

Please sign in to comment.