| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index c1fe1842c3ff5cc58cf4b3dd499fa29842fcf6e5..d7cb2b23d6080d1cfe3314b83f78e24a21dd66a9 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -316,7 +316,6 @@ namespace dart {
|
| V(Internal_makeListFixedLength, 1) \
|
| V(Internal_makeFixedListUnmodifiable, 1) \
|
| V(Internal_inquireIs64Bit, 0) \
|
| - V(LinkedHashMap_allocate, 1) \
|
| V(LinkedHashMap_getIndex, 1) \
|
| V(LinkedHashMap_setIndex, 2) \
|
| V(LinkedHashMap_getData, 1) \
|
|
|