[vm] Remove Dart_GetImportsOfScheme.
Dead since bda70c8489.
TEST=build
Change-Id: I0aed3d9d30a2b01f57f5d6a6bd02105fa89e3095
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213405
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
committed by
commit-bot@chromium.org
parent
e39818f306
commit
5c79501a64
@@ -3449,17 +3449,6 @@ DART_EXPORT DART_WARN_UNUSED_RESULT Dart_Handle
|
||||
Dart_LoadLibraryFromKernel(const uint8_t* kernel_buffer,
|
||||
intptr_t kernel_buffer_size);
|
||||
|
||||
/**
|
||||
* Returns a flattened list of pairs. The first element in each pair is the
|
||||
* importing library and and the second element is the imported library for each
|
||||
* import in the isolate of a library whose URI's scheme is [scheme].
|
||||
*
|
||||
* Requires there to be a current isolate.
|
||||
*
|
||||
* \return A handle to a list of flattened pairs of importer-importee.
|
||||
*/
|
||||
DART_EXPORT Dart_Handle Dart_GetImportsOfScheme(Dart_Handle scheme);
|
||||
|
||||
/**
|
||||
* Indicates that all outstanding load requests have been satisfied.
|
||||
* This finalizes all the new classes loaded and optionally completes
|
||||
|
||||
Reference in New Issue
Block a user