Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 27253) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -44,11 +44,6 @@ |
| } |
| -bool FlowGraphCompiler::SupportsInlinedTrigonometrics() { |
| - return true; |
| -} |
| - |
| - |
| RawDeoptInfo* CompilerDeoptInfo::CreateDeoptInfo(FlowGraphCompiler* compiler, |
| DeoptInfoBuilder* builder) { |
| if (deopt_env_ == NULL) return DeoptInfo::null(); |