| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 777f1f98f0c4c1043e6b6ff016f6d7897db7e4f7..81d46ec7162d9fbbc7d72017f069da0613a80568 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -45,7 +45,6 @@ namespace dart {
|
| V(Integer_equalToInteger, 2) \
|
| V(Integer_fromEnvironment, 3) \
|
| V(Integer_parse, 1) \
|
| - V(Integer_leftShiftWithMask32, 3) \
|
| V(Bool_fromEnvironment, 3) \
|
| V(CapabilityImpl_factory, 1) \
|
| V(CapabilityImpl_equals, 2) \
|
|
|