| Index: tools/perf/benchmarks/dummy_benchmark.py
|
| diff --git a/tools/perf/benchmarks/dummy_benchmark.py b/tools/perf/benchmarks/dummy_benchmark.py
|
| index 227d9e88229ced6c955383fb12f89c0736395d63..ff23671ecc95ab6b5f0793320a425c183a6b59c4 100644
|
| --- a/tools/perf/benchmarks/dummy_benchmark.py
|
| +++ b/tools/perf/benchmarks/dummy_benchmark.py
|
| @@ -59,10 +59,3 @@
|
| @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
|
| -
|
|
|