| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index 20b6180361218c28ad612b98ffc84bb96ecac704..5947582c441f3f45e7e97df60b1932482bc2e53d 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -968,12 +968,10 @@ class ExternalReference BASE_EMBEDDED {
|
|
|
| static ExternalReference f64_acos_wrapper_function(Isolate* isolate);
|
| static ExternalReference f64_asin_wrapper_function(Isolate* isolate);
|
| - static ExternalReference f64_atan_wrapper_function(Isolate* isolate);
|
| static ExternalReference f64_cos_wrapper_function(Isolate* isolate);
|
| static ExternalReference f64_sin_wrapper_function(Isolate* isolate);
|
| static ExternalReference f64_tan_wrapper_function(Isolate* isolate);
|
| static ExternalReference f64_exp_wrapper_function(Isolate* isolate);
|
| - static ExternalReference f64_atan2_wrapper_function(Isolate* isolate);
|
| static ExternalReference f64_pow_wrapper_function(Isolate* isolate);
|
| static ExternalReference f64_mod_wrapper_function(Isolate* isolate);
|
|
|
|
|