| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index 9cbebf65260d4d9d79c0e1e18649d9c042743dc0..b98b3a153c1b2591a65cf6aca40d63a960847e0a 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -33,14 +33,6 @@ static inline Dart_Handle ThrowIfError(Dart_Handle handle) {
|
| return handle;
|
| }
|
|
|
| -// Tries to read [script_uri] as a Kernel IR file. If successful this function
|
| -// returns `true` and sets [kernel_file] and [kernel_length] to be the memory
|
| -// contents.
|
| -//
|
| -// The caller is responsible for free()ing [kernel_file] if `true` was returned.
|
| -bool TryReadKernel(const char* script_uri,
|
| - const uint8_t** kernel_file,
|
| - intptr_t* kernel_length);
|
|
|
| class CommandLineOptions {
|
| public:
|
|
|