Index: src/codegen.h |
diff --git a/src/codegen.h b/src/codegen.h |
index 33672a2b341ff1c52be533ea2bd0405a73be0038..b271d21f6e55c2fc8b5dcd6c7311ff0cc3b52ae1 100644 |
--- a/src/codegen.h |
+++ b/src/codegen.h |
@@ -89,7 +89,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(); |