| Index: trunk/src/base/i18n/streaming_utf8_validator_perftest.cc
|
| ===================================================================
|
| --- trunk/src/base/i18n/streaming_utf8_validator_perftest.cc (revision 257532)
|
| +++ trunk/src/base/i18n/streaming_utf8_validator_perftest.cc (working copy)
|
| @@ -56,10 +56,6 @@
|
| return true;
|
| }
|
|
|
| -bool IsStringUTF8(const std::string& s) {
|
| - return base::IsStringUTF8(s);
|
| -}
|
| -
|
| // Assumes that |previous| is a valid UTF-8 sequence, and attempts to return
|
| // the next one. Is just barely smart enough to iterate through the ranges
|
| // defined about.
|
|
|