| Index: runtime/vm/kernel_to_il.h
|
| diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
|
| index 5c157cc8953686c71b4fa24c26f016d86df6cc93..8ae0ef24417ef338be5842ffd7da59c34358fa4c 100644
|
| --- a/runtime/vm/kernel_to_il.h
|
| +++ b/runtime/vm/kernel_to_il.h
|
| @@ -612,7 +612,6 @@ class FlowGraphBuilder {
|
| intptr_t CurrentTryIndex();
|
| intptr_t AllocateTryIndex() { return next_used_try_index_++; }
|
|
|
| - dart::LocalVariable* LookupVariable(VariableDeclaration* var);
|
| dart::LocalVariable* LookupVariable(intptr_t kernel_offset);
|
|
|
| void SetTempIndex(Definition* definition);
|
|
|