Index: tools/perf/benchmarks/dummy_benchmark.py |
diff --git a/tools/perf/benchmarks/dummy_benchmark.py b/tools/perf/benchmarks/dummy_benchmark.py |
index 638bb3e3f6ea39c752a76fa65be1b59e079c7ea5..265a6499e13781df04efba1890264617bd7a63b1 100644 |
--- a/tools/perf/benchmarks/dummy_benchmark.py |
+++ b/tools/perf/benchmarks/dummy_benchmark.py |
@@ -58,9 +58,3 @@ class DummyBenchmarkTwo(_DummyBenchmark): |
@classmethod |
def Name(cls): |
return 'dummy_benchmark.noisy_benchmark_1' |
- |
- def CreateStorySet(self, options): |
- del options # unused |
- story_set = dummy_story_set.DummyStorySet() |
- story_set.AddStory(dummy_story_set.BrokenDummyPage(story_set)) |
- return story_set |