| Index: runtime/vm/os_win.cc
|
| diff --git a/runtime/vm/os_win.cc b/runtime/vm/os_win.cc
|
| index 603ade6a6fae471e107d06655a1cdcf634f14cca..2548a4c53d925f7ef3689447084711b5b5b3bc69 100644
|
| --- a/runtime/vm/os_win.cc
|
| +++ b/runtime/vm/os_win.cc
|
| @@ -14,7 +14,6 @@
|
| #include "platform/utils.h"
|
| #include "platform/assert.h"
|
| #include "vm/os_thread.h"
|
| -#include "vm/vtune.h"
|
| #include "vm/zone.h"
|
|
|
| namespace dart {
|
| @@ -365,9 +364,6 @@ bool OS::StringToInt64(const char* str, int64_t* value) {
|
|
|
|
|
| void OS::RegisterCodeObservers() {
|
| -#if defined(DART_VTUNE_SUPPORT)
|
| - CodeObservers::Register(new VTuneCodeObserver);
|
| -#endif
|
| }
|
|
|
|
|
|
|