aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-07-10 23:33:38 +0530
committerMister Oyster <oysterized@gmail.com>2017-04-11 11:00:23 +0200
commitded5f078fc902c5f3ab0791c683c1b54ca7e7404 (patch)
treee0308dc9af9bfb0c27f4a53e8579ba4fae83c793 /scripts
parent7832ce6d8a006747a4c27840b4f7e7d3c12f0dbb (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.c8
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