| Index: src/cpu-profiler.cc
|
| diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc
|
| index 62a94112f682e8847245f9a560c879a184ff8a91..8a4cab3cb84de1da669785f783516b217a994a47 100644
|
| --- a/src/cpu-profiler.cc
|
| +++ b/src/cpu-profiler.cc
|
| @@ -342,10 +342,6 @@ void CpuProfiler::CodeDeoptEvent(Code* code, int bailout_id, Address pc,
|
| }
|
|
|
|
|
| -void CpuProfiler::CodeDeleteEvent(Address from) {
|
| -}
|
| -
|
| -
|
| void CpuProfiler::GetterCallbackEvent(Name* name, Address entry_point) {
|
| if (FilterOutCodeCreateEvent(Logger::CALLBACK_TAG)) return;
|
| CodeEventsContainer evt_rec(CodeEventRecord::CODE_CREATION);
|
|
|