Index: src/platform-win32.cc |
diff --git a/src/platform-win32.cc b/src/platform-win32.cc |
index 7ca5e55349016c9013de08f6ee6720e3a55a0d32..6a85eb141b350d6ca81cb7d52f0ea54921ff622c 100644 |
--- a/src/platform-win32.cc |
+++ b/src/platform-win32.cc |
@@ -196,7 +196,6 @@ double fast_##name(double x) { \ |
return (*fast_##name##_function)(x); \ |
} |
-UNARY_MATH_FUNCTION(log, CreateTranscendentalFunction(TranscendentalCache::LOG)) |
UNARY_MATH_FUNCTION(exp, CreateExpFunction()) |
UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction()) |