Index: src/full-codegen/ia32/full-codegen-ia32.cc |
diff --git a/src/full-codegen/ia32/full-codegen-ia32.cc b/src/full-codegen/ia32/full-codegen-ia32.cc |
index 3a0b409efb9aed84569e61cdc4e04878c970cb2f..6202a0ee16d7228d77cc6fe2f2beae6ade3864ab 100644 |
--- a/src/full-codegen/ia32/full-codegen-ia32.cc |
+++ b/src/full-codegen/ia32/full-codegen-ia32.cc |
@@ -2136,14 +2136,6 @@ void FullCodeGenerator::EmitKeyedPropertyAssignment(Assignment* expr) { |
context()->Plug(eax); |
} |
- |
-void FullCodeGenerator::CallIC(Handle<Code> code, |
- TypeFeedbackId ast_id) { |
- ic_total_count_++; |
- __ call(code, RelocInfo::CODE_TARGET, ast_id); |
-} |
- |
- |
// Code common for calls using the IC. |
void FullCodeGenerator::EmitCallWithLoadIC(Call* expr) { |
Expression* callee = expr->expression(); |