| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index 6650fd94a7ac57749f942e9dfc534e4b629684f6..e0ac23f953eaeea5ee6d8fe0befad8244a2b65fa 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -760,9 +760,6 @@ class Assembler : public ValueObject {
|
| void LoadIsolate(Register dst);
|
| void LoadObject(Register dst, const Object& obj);
|
| void LoadUniqueObject(Register dst, const Object& obj);
|
| - void LoadExternalLabel(Register dst,
|
| - const ExternalLabel* label,
|
| - Patchability patchable);
|
| void LoadNativeEntry(Register dst,
|
| const ExternalLabel* label,
|
| Patchability patchable);
|
|
|