summaryrefslogtreecommitdiff
path: root/oslib/strsep.h
diff options
context:
space:
mode:
Diffstat (limited to 'oslib/strsep.h')
-rw-r--r--oslib/strsep.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/oslib/strsep.h b/oslib/strsep.h
deleted file mode 100644
index 5fea5d19..00000000
--- a/oslib/strsep.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef FIO_STRSEP_LIB_H
-#define FIO_STRSEP_LIB_H
-
-char *strsep(char **, const char *);
-
-#endif