| Index: src/codegen.h
|
| diff --git a/src/codegen.h b/src/codegen.h
|
| index 5c7e25ac48367519dcdcfc1dfde6eaa2be75dda7..512cbfc40a9f164c10822837d71aba0d5ecc0e87 100644
|
| --- a/src/codegen.h
|
| +++ b/src/codegen.h
|
| @@ -100,9 +100,6 @@ double modulo(double x, double y);
|
| // Custom implementation of math functions.
|
| double fast_exp(double input, Isolate* isolate);
|
| double fast_sqrt(double input, Isolate* isolate);
|
| -#ifdef _WIN64
|
| -void init_modulo_function();
|
| -#endif
|
| void lazily_initialize_fast_exp(Isolate* isolate);
|
| void lazily_initialize_fast_sqrt(Isolate* isolate);
|
|
|
|
|