Loading scripts/sortextable.c +0 −8 Original line number Diff line number Diff line Loading @@ -64,14 +64,6 @@ fail_file(void) longjmp(jmpenv, SJ_FAIL); } static void __attribute__((noreturn)) succeed_file(void) { cleanup(); longjmp(jmpenv, SJ_SUCCEED); } /* * Get the whole file as a programming convenience in order to avoid * malloc+lseek+read+free of many pieces. If successful, then mmap Loading Loading
scripts/sortextable.c +0 −8 Original line number Diff line number Diff line Loading @@ -64,14 +64,6 @@ fail_file(void) longjmp(jmpenv, SJ_FAIL); } static void __attribute__((noreturn)) succeed_file(void) { cleanup(); longjmp(jmpenv, SJ_SUCCEED); } /* * Get the whole file as a programming convenience in order to avoid * malloc+lseek+read+free of many pieces. If successful, then mmap Loading