Index: src/mips/codegen-mips-inl.h |
=================================================================== |
--- src/mips/codegen-mips-inl.h (revision 4102) |
+++ src/mips/codegen-mips-inl.h (working copy) |
@@ -38,16 +38,6 @@ |
void DeferredCode::Jump() { __ b(&entry_label_); } |
-void CodeGenerator::GenerateMathSin(ZoneList<Expression*>* args) { |
- UNIMPLEMENTED_MIPS(); |
-} |
- |
- |
-void CodeGenerator::GenerateMathCos(ZoneList<Expression*>* args) { |
- UNIMPLEMENTED_MIPS(); |
-} |
- |
- |
#undef __ |
} } // namespace v8::internal |