| Index: runtime/vm/flow_graph_compiler.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.h (revision 27236)
|
| +++ runtime/vm/flow_graph_compiler.h (working copy)
|
| @@ -383,9 +383,6 @@
|
| Register right,
|
| bool needs_number_check,
|
| intptr_t token_pos);
|
| - // Implement equality: if any of the arguments is null do identity check.
|
| - // Fallthrough calls super equality.
|
| - void EmitSuperEqualityCallPrologue(Register result, Label* skip_call);
|
|
|
| void EmitTrySync(Instruction* instr, intptr_t try_index);
|
|
|
|
|