| Index: runtime/vm/code_generator.h
|
| diff --git a/runtime/vm/code_generator.h b/runtime/vm/code_generator.h
|
| index 65b8ca124df3f51bd288faf2c2ba204c62c6e44d..e9425a6f8857697905a58980ac7c3adc744a113e 100644
|
| --- a/runtime/vm/code_generator.h
|
| +++ b/runtime/vm/code_generator.h
|
| @@ -22,7 +22,6 @@ void DeoptimizeAt(const Code& optimized_code, StackFrame* frame);
|
| void DeoptimizeFunctionsOnStack();
|
|
|
| double DartModulo(double a, double b);
|
| -void SinCos(double arg, double* sin_res, double* cos_res);
|
|
|
| } // namespace dart
|
|
|
|
|