Index: src/mips/codegen-mips.cc |
diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc |
index cd3a24fb165e3113d089ba5338a25dbb2f836d78..7a207120a23d020c958855588ac084532d3b7bee 100644 |
--- a/src/mips/codegen-mips.cc |
+++ b/src/mips/codegen-mips.cc |
@@ -37,15 +37,6 @@ namespace v8 { |
namespace internal { |
-UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type) { |
- switch (type) { |
- case TranscendentalCache::LOG: return &log; |
- default: UNIMPLEMENTED(); |
- } |
- return NULL; |
-} |
- |
- |
#define __ masm. |