diff options
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_strtok_r.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TSRM/tsrm_strtok_r.c b/TSRM/tsrm_strtok_r.c index e9ad26a7ac..cfd956df47 100644 --- a/TSRM/tsrm_strtok_r.c +++ b/TSRM/tsrm_strtok_r.c @@ -2,7 +2,6 @@ #include "tsrm_config_common.h" #include "tsrm_strtok_r.h" - static inline int in_character_class(char ch, const char *delim) { while (*delim) { |