| Index: runtime/vm/kernel_binary_flowgraph.cc
|
| diff --git a/runtime/vm/kernel_binary_flowgraph.cc b/runtime/vm/kernel_binary_flowgraph.cc
|
| index 251caefc48d96d5d30fb314e290449bde5fcf2aa..43e9545798e197b22479d7b39bc2bf24108d3f87 100644
|
| --- a/runtime/vm/kernel_binary_flowgraph.cc
|
| +++ b/runtime/vm/kernel_binary_flowgraph.cc
|
| @@ -3339,10 +3339,6 @@ FlowGraph* StreamingFlowGraphBuilder::BuildGraphOfFunction(bool constructor) {
|
|
|
| FlowGraph* StreamingFlowGraphBuilder::BuildGraph(intptr_t kernel_offset) {
|
| const Function& function = parsed_function()->function();
|
| - TypedData& kernel_data = TypedData::Handle(Z, function.kernel_data());
|
| - if (kernel_data.IsNull() && kernel_offset > 0) {
|
| - UNREACHABLE();
|
| - }
|
|
|
| // Setup a [ActiveClassScope] and a [ActiveMemberScope] which will be used
|
| // e.g. for type translation.
|
|
|