| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index ba8b1b5b0406d4cc7729317e64f3734a60ed848b..1b01501b04306b3c5b6a2f1a2c8b558447d37ad7 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -216,14 +216,6 @@ namespace dart {
|
| V(TypedData_SetInt32x4, 3) \
|
| V(TypedData_GetFloat64x2, 2) \
|
| V(TypedData_SetFloat64x2, 3) \
|
| - V(ByteData_ToEndianInt16, 2) \
|
| - V(ByteData_ToEndianUint16, 2) \
|
| - V(ByteData_ToEndianInt32, 2) \
|
| - V(ByteData_ToEndianUint32, 2) \
|
| - V(ByteData_ToEndianInt64, 2) \
|
| - V(ByteData_ToEndianUint64, 2) \
|
| - V(ByteData_ToEndianFloat32, 2) \
|
| - V(ByteData_ToEndianFloat64, 2) \
|
| V(Float32x4_fromDoubles, 5) \
|
| V(Float32x4_splat, 2) \
|
| V(Float32x4_fromInt32x4Bits, 2) \
|
|
|