projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad81f05
)
scripts: remove unused function in sortextable.c
author
Ramkumar Ramachandra
<artagnon@gmail.com>
Wed, 10 Jul 2013 18:03:38 +0000
(23:33 +0530)
committer
Michal Marek
<mmarek@suse.cz>
Thu, 25 Jul 2013 14:20:33 +0000
(16:20 +0200)
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: David Daney <david.daney@cavium.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/sortextable.c
patch
|
blob
|
history
diff --git
a/scripts/sortextable.c
b/scripts/sortextable.c
index f9ce1160419be2a81b7dabf097fc453fdb1ce9c3..7c2310c5b996dee9d43df56574b30236342c3c81 100644
(file)
--- 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