From: Andi Gutmans Date: Mon, 11 Sep 2000 15:14:56 +0000 (+0000) Subject: - Testing 1 2 3 X-Git-Tag: php-4.0.3RC1~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=770098eca83d074eb87fa555b8ce8eae56b0958b;p=php - Testing 1 2 3 --- 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) {