| Index: runtime/include/dart_api.h
|
| ===================================================================
|
| --- runtime/include/dart_api.h (revision 13460)
|
| +++ runtime/include/dart_api.h (working copy)
|
| @@ -2726,9 +2726,6 @@
|
| // Support for generating symbol maps for use by the Linux perf tool.
|
| DART_EXPORT void Dart_InitPerfEventsSupport(Dart_FileWriterFunction function);
|
|
|
| -// Support for generating flow graph compiler debugging output into a file.
|
| -DART_EXPORT void Dart_InitFlowGraphPrinting(Dart_FileWriterFunction function);
|
| -
|
| // --- Peers ---
|
|
|
| /**
|
|
|