Chromium Code Reviews| Index: src/v8.cc |
| diff --git a/src/v8.cc b/src/v8.cc |
| index 9f8e60c294bcd1a317388c52ddd41c40881d29d4..2b7314ccf23563a73ee2a5055f90a782f69c7ed2 100644 |
| --- a/src/v8.cc |
| +++ b/src/v8.cc |
| @@ -80,9 +80,6 @@ void V8::InitializeOncePerProcessImpl() { |
| Sampler::SetUp(); |
| CpuFeatures::Probe(false); |
| init_memcopy_functions(); |
| - // The custom exp implementation needs 16KB of lookup data; initialize it |
| - // on demand. |
| - init_fast_sqrt_function(); |
| #ifdef _WIN64 |
| init_modulo_function(); |
| #endif |