| Index: src/codegen.h
|
| diff --git a/src/codegen.h b/src/codegen.h
|
| index 6f55e07346eb319b9a84f9b7a78b71d80a72344f..d735c769d72d968a7d5631398d7e4edfe93637aa 100644
|
| --- a/src/codegen.h
|
| +++ b/src/codegen.h
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "code-stubs.h"
|
| #include "runtime.h"
|
| -#include "type-info.h"
|
|
|
| // Include the declaration of the architecture defined class CodeGenerator.
|
| // The contract to the shared code is that the the CodeGenerator is a subclass
|
| @@ -91,7 +90,6 @@ namespace internal {
|
| // generated code both in runtime and compiled code.
|
| typedef double (*UnaryMathFunction)(double x);
|
|
|
| -UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type);
|
| UnaryMathFunction CreateExpFunction();
|
| UnaryMathFunction CreateSqrtFunction();
|
|
|
|
|