mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
findsemis_wordlist is only used by findsemis() so let's remove it from the
"API" Signed-off-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@622 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Stefan Reinauer
parent
c10134fb2d
commit
937bd232c7
@@ -128,7 +128,7 @@ xt_t findword(const char *s1)
|
||||
* from the NFA.
|
||||
*/
|
||||
|
||||
ucell findsemis_wordlist(ucell xt, ucell wordlist)
|
||||
static ucell findsemis_wordlist(ucell xt, ucell wordlist)
|
||||
{
|
||||
ucell tmplfa, nextlfa, nextcfa;
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@ ucell load_dictionary(const char *data, ucell len);
|
||||
void dump_header(dictionary_header_t *header);
|
||||
ucell fstrlen(ucell fstr);
|
||||
void fstrncpy(char *dest, ucell src, unsigned int maxlen);
|
||||
ucell findsemis_wordlist(ucell xt, ucell wordlist);
|
||||
ucell findsemis(ucell xt);
|
||||
ucell findxtfromcell_wordlist(ucell incell, ucell wordlist);
|
||||
ucell findxtfromcell(ucell incell);
|
||||
|
||||
Reference in New Issue
Block a user