Skip to content

Commit 72cfc6e

Browse files
committed
unix: Oops, remove nlr_jump test in main.
1 parent 26cf55a commit 72cfc6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

unix/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ void pre_process_options(int argc, char **argv) {
293293
}
294294

295295
int main(int argc, char **argv) {
296-
nlr_jump(0);
297296
volatile int stack_dummy;
298297
stack_top = (void*)&stack_dummy;
299298

0 commit comments

Comments
 (0)