Skip to content

Commit

Permalink
scripts: remove unused function in sortextable.c
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Acked-by: David Daney <david.daney@cavium.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Ramkumar Ramachandra authored and Michal Marek committed Jul 25, 2013
1 parent ad81f05 commit 4f9879f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/sortextable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f9879f

Please sign in to comment.