Index: runtime/vm/native_api_impl.cc |
=================================================================== |
--- runtime/vm/native_api_impl.cc (revision 38188) |
+++ runtime/vm/native_api_impl.cc (working copy) |
@@ -67,19 +67,6 @@ |
} |
-// --- Profiling support --- |
- |
-// TODO(7565): Dartium should use the new VM flag "generate_pprof_symbols" for |
-// pprof profiling. Then these symbols should be removed. |
- |
-DART_EXPORT void Dart_InitPprofSupport() { } |
- |
-DART_EXPORT void Dart_GetPprofSymbolInfo(void** buffer, int* buffer_size) { |
- *buffer = NULL; |
- *buffer_size = 0; |
-} |
- |
- |
// --- Verification tools --- |
static void CompileAll(Isolate* isolate, Dart_Handle* result) { |