Remove unused strstr()

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@746 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2010-04-15 16:42:59 +00:00
parent 28cff5734c
commit 80cead52eb
2 changed files with 0 additions and 23 deletions

View File

@@ -43,7 +43,6 @@ extern void *memset(void * s,int c,size_t count);
extern void *memcpy(void * dest,const void *src,size_t count);
extern void *memmove(void * dest,const void *src,size_t count);
extern int memcmp(const void * cs,const void * ct,size_t count);
extern char *strstr(const char * s1,const char * s2);
extern void *memchr(const void *s, int c, size_t n);
extern char *strdup( const char *str );