summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-12-19 20:34:24 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-12-19 20:34:24 -0500
commit825d180c0758a3f5a4dd8dd5d48d98952bf7a0ae (patch)
tree3c0f2987c0520a3b6b82113ecbccc360948c0e0e /include/linux/string.h
parent94cafcb8e5c196afefebdc090ba0594db4cf746f (diff)
Delete more shim layer code
Diffstat (limited to 'include/linux/string.h')
-rw-r--r--include/linux/string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h
index ec35b8df..4806e2c5 100644
--- a/include/linux/string.h
+++ b/include/linux/string.h
@@ -6,7 +6,6 @@
#include <linux/types.h> /* for size_t */
extern size_t strlcpy(char *dest, const char *src, size_t size);
-extern char *skip_spaces(const char *);
extern char *strim(char *);
extern void memzero_explicit(void *, size_t);
int match_string(const char * const *, size_t, const char *);