summaryrefslogtreecommitdiffstats
path: root/libbb/xfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r--libbb/xfuncs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c
index ee90e60..57c6980 100644
--- a/libbb/xfuncs.c
+++ b/libbb/xfuncs.c
@@ -85,13 +85,6 @@ FILE *xfopen(const char *path, const char *mode)
return fp;
}
-/* Stupid gcc always includes its own builtin strlen()... */
-#undef strlen
-size_t xstrlen(const char *string)
-{
- return(strlen(string));
-}
-
/* END CODE */
/*
Local Variables: