aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-07-10 23:33:38 +0530
committerMichal Marek <mmarek@suse.cz>2013-07-25 16:20:33 +0200
commit4f9879f6c6454f255cb81b7a34dd35e355679f4b (patch)
tree71e0db27072132c7bb7dea395cffdcabd0d6a7b6 /scripts
parentLinux 3.11-rc1 (diff)
downloadlinux-dev-4f9879f6c6454f255cb81b7a34dd35e355679f4b.tar.xz
linux-dev-4f9879f6c6454f255cb81b7a34dd35e355679f4b.zip
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 f9ce1160419b..7c2310c5b996 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