mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unnecessary code
This commit is contained in:
@@ -115,9 +115,6 @@ mrb_hal_task_init(mrb_state *mrb)
|
||||
|
||||
/* Unblock SIGALRM */
|
||||
sigprocmask(SIG_UNBLOCK, &alarm_mask, NULL);
|
||||
#else
|
||||
/* WASM: JavaScript handles tick calls via setInterval, no timer needed here */
|
||||
(void)i;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user