summaryrefslogtreecommitdiff
path: root/util/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/strsep.c')
-rw-r--r--util/strsep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/strsep.c b/util/strsep.c
index e3592c2a..e54903ce 100644
--- a/util/strsep.c
+++ b/util/strsep.c
@@ -1,5 +1,3 @@
-#ifdef NEED_STRSEP
-
#include <string.h>
char *strsep(char **stringp, const char *delim)
@@ -11,5 +9,3 @@ char *strsep(char **stringp, const char *delim)
return ret;
}
-#endif
-