1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 17:30:16 +00:00

[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,
];
/// The ABI the Dart VM is currently running on.
external factory Abi.current();
/// A string representation of this ABI.
///
/// The string is equal to the 'on' part from `Platform.version` and