diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-07-10 14:03:38 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2013-07-25 10:20:33 -0400 |
commit | 4f9879f6c6454f255cb81b7a34dd35e355679f4b (patch) | |
tree | 71e0db27072132c7bb7dea395cffdcabd0d6a7b6 | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
scripts: remove unused function in sortextable.c
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: David Daney <david.daney@cavium.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r-- | scripts/sortextable.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c index f9ce1160419b..7c2310c5b996 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c | |||
@@ -64,14 +64,6 @@ fail_file(void) | |||
64 | longjmp(jmpenv, SJ_FAIL); | 64 | longjmp(jmpenv, SJ_FAIL); |
65 | } | 65 | } |
66 | 66 | ||
67 | static void __attribute__((noreturn)) | ||
68 | succeed_file(void) | ||
69 | { | ||
70 | cleanup(); | ||
71 | longjmp(jmpenv, SJ_SUCCEED); | ||
72 | } | ||
73 | |||
74 | |||
75 | /* | 67 | /* |
76 | * Get the whole file as a programming convenience in order to avoid | 68 | * Get the whole file as a programming convenience in order to avoid |
77 | * malloc+lseek+read+free of many pieces. If successful, then mmap | 69 | * malloc+lseek+read+free of many pieces. If successful, then mmap |