summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_strtok_r.h
diff options
context:
space:
mode:
Diffstat (limited to 'TSRM/tsrm_strtok_r.h')
-rw-r--r--TSRM/tsrm_strtok_r.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TSRM/tsrm_strtok_r.h b/TSRM/tsrm_strtok_r.h
deleted file mode 100644
index 323b401d99..0000000000
--- a/TSRM/tsrm_strtok_r.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef TSRM_STRTOK_R
-#define TSRM_STRTOK_R
-
-#include "TSRM.h"
-
-TSRM_API char *tsrm_strtok_r(char *s, const char *delim, char **last);
-
-#endif