mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Remove unused strspn()
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@743 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -37,7 +37,6 @@ extern char *strchr(const char * s, int c);
|
||||
extern char *strrchr(const char * s, int c);
|
||||
extern size_t strlen(const char * s);
|
||||
extern size_t strnlen(const char * s, size_t count);
|
||||
extern size_t strspn(const char *s, const char *accept);
|
||||
extern char *strpbrk(const char * cs,const char * ct);
|
||||
extern char *strsep(char **s, const char *ct);
|
||||
extern void *memset(void * s,int c,size_t count);
|
||||
|
||||
Reference in New Issue
Block a user