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:
Stefan Reinauer 2009-11-20 19:03:46 +00:00 committed by Stefan Reinauer
parent c10134fb2d
commit 937bd232c7
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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);