Index: src/full-codegen/ppc/full-codegen-ppc.cc |
diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc |
index b4de99f5742dc1b73173982d465322d6464dcb7f..636e2d015f2352ad062faffb3a57150e1c83ac4e 100644 |
--- a/src/full-codegen/ppc/full-codegen-ppc.cc |
+++ b/src/full-codegen/ppc/full-codegen-ppc.cc |
@@ -2238,13 +2238,6 @@ void FullCodeGenerator::EmitKeyedPropertyAssignment(Assignment* expr) { |
context()->Plug(r3); |
} |
- |
-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(); |