diff options
| author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-07-10 23:33:38 +0530 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 11:00:23 +0200 |
| commit | ded5f078fc902c5f3ab0791c683c1b54ca7e7404 (patch) | |
| tree | e0308dc9af9bfb0c27f4a53e8579ba4fae83c793 /scripts | |
| parent | 7832ce6d8a006747a4c27840b4f7e7d3c12f0dbb (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>
Diffstat (limited to 'scripts')
| -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 1f10e89d1..f5bca2204 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -60,14 +60,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 |
