Chromium Code Reviews| Index: runtime/vm/profiler.h |
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h |
| index e6692701f12ff42fee3d947c9b077dd21291bab2..0c0bb0a82288f5e966c25aaa3acb125931da72d3 100644 |
| --- a/runtime/vm/profiler.h |
| +++ b/runtime/vm/profiler.h |
| @@ -46,7 +46,6 @@ class Profiler : public AllStatic { |
| static void PrintJSON(Isolate* isolate, JSONStream* stream, |
| bool full, TagOrder tag_order); |
| - static void WriteProfile(Isolate* isolate); |
| static SampleBuffer* sample_buffer() { |
| return sample_buffer_; |