Revert "compat: add strtok_r()"
This reverts commit78457bc0cc
. commit28c5d9e
("vcs-svn: drop string_pool") previously removed the only call-site for strtok_r. So let's get rid of the compat implementation as well. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
4dac0679fe
commit
13a2319919
@ -901,12 +901,6 @@ GIT_CHECK_FUNC(strcasestr,
|
||||
[NO_STRCASESTR=YesPlease])
|
||||
GIT_CONF_SUBST([NO_STRCASESTR])
|
||||
#
|
||||
# Define NO_STRTOK_R if you don't have strtok_r
|
||||
GIT_CHECK_FUNC(strtok_r,
|
||||
[NO_STRTOK_R=],
|
||||
[NO_STRTOK_R=YesPlease])
|
||||
GIT_CONF_SUBST([NO_STRTOK_R])
|
||||
#
|
||||
# Define NO_FNMATCH if you don't have fnmatch
|
||||
GIT_CHECK_FUNC(fnmatch,
|
||||
[NO_FNMATCH=],
|
||||
|
Reference in New Issue
Block a user