Index: runtime/vm/assembler_arm.h |
diff --git a/runtime/vm/assembler_arm.h b/runtime/vm/assembler_arm.h |
index 4714cec2c33330f6eda1f1a0ec3784d5973cfcdf..38dcedcca3ef24e13712deb28a50f125a14623be 100644 |
--- a/runtime/vm/assembler_arm.h |
+++ b/runtime/vm/assembler_arm.h |
@@ -667,10 +667,6 @@ class Assembler : public ValueObject { |
void LoadObject(Register rd, const Object& object, Condition cond = AL); |
void LoadUniqueObject(Register rd, const Object& object, Condition cond = AL); |
- void LoadExternalLabel(Register dst, |
- const ExternalLabel* label, |
- Patchability patchable, |
- Condition cond = AL); |
void LoadFunctionFromCalleePool(Register dst, |
const Function& function, |
Register new_pp); |