| Index: runtime/vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.h (revision 9085)
|
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -13,7 +13,6 @@
|
|
|
| class Code;
|
| class DeoptimizationStub;
|
| -class ExceptionHandlerList;
|
| template <typename T> class GrowableArray;
|
| class ParsedFunction;
|
|
|
| @@ -74,7 +73,6 @@
|
| intptr_t try_index,
|
| const RuntimeEntry& entry);
|
|
|
| - // Infrastructure copied from class CodeGenerator.
|
| void GenerateCall(intptr_t token_pos,
|
| intptr_t try_index,
|
| const ExternalLabel* label,
|
|
|