unix: Oops, remove nlr_jump test in main.

This commit is contained in:
Damien George
2014-04-08 15:10:21 +01:00
parent 26cf55ae05
commit 72cfc6ef0a

View File

@@ -293,7 +293,6 @@ void pre_process_options(int argc, char **argv) {
}
int main(int argc, char **argv) {
nlr_jump(0);
volatile int stack_dummy;
stack_top = (void*)&stack_dummy;