Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 21707) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -429,8 +429,6 @@ |
| bool may_reoptimize() const { return may_reoptimize_; } |
| - static const int kLocalsOffsetFromFP = (-1 * kWordSize); |
| - |
| static Condition FlipCondition(Condition condition); |
| static bool EvaluateCondition(Condition condition, intptr_t l, intptr_t r); |