Index: src/log.cc |
diff --git a/src/log.cc b/src/log.cc |
index ab4148c05d04337436dde4585bb3bf6e37dc3f99..5e0ad39d31527778b6c9d88c1672514e5872ea68 100644 |
--- a/src/log.cc |
+++ b/src/log.cc |
@@ -1436,10 +1436,6 @@ void Logger::LogCodeObject(Object* object) { |
description = "A load global IC from the snapshot"; |
tag = Logger::LOAD_GLOBAL_IC_TAG; |
break; |
- case AbstractCode::CALL_IC: |
- description = "A call IC from the snapshot"; |
- tag = CodeEventListener::CALL_IC_TAG; |
- break; |
case AbstractCode::STORE_IC: |
description = "A store IC from the snapshot"; |
tag = CodeEventListener::STORE_IC_TAG; |