| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index bd288f43108b615bc4ac0accfea02a8583457146..9b68c3accb96bc0e36e722ad5f1d8258e444a768 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -963,7 +963,6 @@ namespace internal {
|
| #define FOR_EACH_INTRINSIC_IC(F) \
|
| F(BinaryOpIC_Miss, 2, 1) \
|
| F(BinaryOpIC_MissWithAllocationSite, 3, 1) \
|
| - F(CallIC_Miss, 3, 1) \
|
| F(CompareIC_Miss, 3, 1) \
|
| F(ElementsTransitionAndStoreIC_Miss, 6, 1) \
|
| F(KeyedLoadIC_Miss, 4, 1) \
|
|
|