Revert "compat: add strtok_r()"
authorErik Faye-Lund <kusmabite@gmail.com>
Tue, 26 Feb 2013 16:58:38 +0000 (17:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Feb 2013 17:16:58 +0000 (09:16 -0800)
This reverts commit 78457bc0ccc1af8b9eb776a0b17986ebd50442bc.

commit 28c5d9e ("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>
No differences found