| Index: src/v8.cc
|
| diff --git a/src/v8.cc b/src/v8.cc
|
| index c5a5775e5b9e22cbd649720162156b2927e9b99d..0ff764934089610e0c9ece0faa48ce72e08e1eb4 100644
|
| --- a/src/v8.cc
|
| +++ b/src/v8.cc
|
| @@ -34,7 +34,6 @@
|
| #include "hydrogen.h"
|
| #include "lithium-allocator.h"
|
| #include "log.h"
|
| -#include "oprofile-agent.h"
|
| #include "runtime-profiler.h"
|
| #include "serialize.h"
|
| #include "simulator.h"
|
| @@ -129,7 +128,6 @@ bool V8::Initialize(Deserializer* des) {
|
| // objects in place for creating the code object used for probing.
|
| CPU::Setup();
|
|
|
| - OProfileAgent::Initialize();
|
| Deoptimizer::Setup();
|
| LAllocator::Setup();
|
| RuntimeProfiler::Setup();
|
| @@ -161,7 +159,6 @@ void V8::TearDown() {
|
| Logger::EnsureTickerStopped();
|
|
|
| Deoptimizer::TearDown();
|
| - OProfileAgent::TearDown();
|
|
|
| if (FLAG_preemption) {
|
| v8::Locker locker;
|
|
|