From: Ramkumar Ramachandra Date: Wed, 10 Jul 2013 18:03:38 +0000 (+0530) Subject: scripts: remove unused function in sortextable.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=22601237ba52fd76dfd7de30c48800c22efa88cb;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git scripts: remove unused function in sortextable.c Change-Id: Ifc81f354582e43d71cfe8a7f0ce4a5e50778bd81 Signed-off-by: Ramkumar Ramachandra Acked-by: David Daney Signed-off-by: Michal Marek --- diff --git a/scripts/sortextable.c b/scripts/sortextable.c index f9ce1160419..7c2310c5b99 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -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