Chromium Code Reviews| Index: src/v8.cc |
| diff --git a/src/v8.cc b/src/v8.cc |
| index 2b7314ccf23563a73ee2a5055f90a782f69c7ed2..969060211bea456c79a8ce8df478e0214dfff0cb 100644 |
| --- a/src/v8.cc |
| +++ b/src/v8.cc |
| @@ -80,9 +80,6 @@ void V8::InitializeOncePerProcessImpl() { |
| Sampler::SetUp(); |
| CpuFeatures::Probe(false); |
| init_memcopy_functions(); |
| -#ifdef _WIN64 |
| - init_modulo_function(); |
| -#endif |
| ElementsAccessor::InitializeOncePerProcess(); |
| LOperand::SetUpCaches(); |
| SetUpJSCallerSavedCodeData(); |