[vm] Remove unused external Abi.current() in VMs ffi transformations

This member cannot be used, as this external doesn't receive
a body.

TEST=ci

Change-Id: I2ed859c5f59b41c061a0dfd24b928696ef57b5bc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/351041
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Martin Kustermann 2024-02-08 11:18:20 +00:00 committed by Commit Queue
parent 5bf858c360
commit 0ab9f53744

View file

@ -153,9 +153,6 @@ class Abi {
windowsX64, windowsX64,
]; ];
/// The ABI the Dart VM is currently running on.
external factory Abi.current();
/// A string representation of this ABI. /// A string representation of this ABI.
/// ///
/// The string is equal to the 'on' part from `Platform.version` and /// The string is equal to the 'on' part from `Platform.version` and