X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fgen%2Ftest%2FStringBenchmark.cpp;h=96143b081ea63cae55993f67eb769896cd089298;hp=1300335fd373614effd93f821bfe9c3590e9238c;hb=78a596f109f3eb852620ec0be655894547769555;hpb=29ffcc50981fd50dd2ab1a69f8a262c4b7c27ad4 diff --git a/folly/gen/test/StringBenchmark.cpp b/folly/gen/test/StringBenchmark.cpp index 1300335f..96143b08 100644 --- a/folly/gen/test/StringBenchmark.cpp +++ b/folly/gen/test/StringBenchmark.cpp @@ -173,7 +173,6 @@ BENCHMARK_RELATIVE(StringUnsplit_Old_ReusedBuffer, iters) { BENCHMARK_RELATIVE(StringUnsplit_Gen, iters) { size_t s = 0; - StringPiece line(kLine); while (iters--) { fbstring joined = from(testStrVector) | unsplit(','); s += joined.size();