mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Remove unused memchr()
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@747 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -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 void *memchr(const void *s, int c, size_t n);
|
||||
|
||||
extern char *strdup( const char *str );
|
||||
extern int strcasecmp( const char *cs, const char *ct );
|
||||
|
||||
Reference in New Issue
Block a user