| Index: src/third_party/vtune/vtune-jit.cc
|
| diff --git a/src/third_party/vtune/vtune-jit.cc b/src/third_party/vtune/vtune-jit.cc
|
| index b621cbcb8f4212cee862b1f5f9db002186e3ef9b..25e4bc17fc83df85cf16d0389810e2749b15d940 100644
|
| --- a/src/third_party/vtune/vtune-jit.cc
|
| +++ b/src/third_party/vtune/vtune-jit.cc
|
| @@ -241,9 +241,6 @@ void VTUNEJITInterface::event_handler(const v8::JitCodeEvent* event) {
|
| // TODO(chunyang.dai@intel.com): code_move will be supported.
|
| case v8::JitCodeEvent::CODE_MOVED:
|
| break;
|
| - // Currently the CODE_REMOVED event is not issued.
|
| - case v8::JitCodeEvent::CODE_REMOVED:
|
| - break;
|
| case v8::JitCodeEvent::CODE_ADD_LINE_POS_INFO: {
|
| JITCodeLineInfo* line_info =
|
| reinterpret_cast<JITCodeLineInfo*>(event->user_data);
|
|
|