Index: src/mips/assembler-mips.h |
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
index 49cce621efa2a48b89dd7250504a73a0fd304880..d9ef46cd01464903fe35b5e72d9c402863555755 100644 |
--- a/src/mips/assembler-mips.h |
+++ b/src/mips/assembler-mips.h |
@@ -537,13 +537,6 @@ class Assembler : public AssemblerBase { |
target); |
} |
- // This sets the branch destination. |
- // This is for calls and branches to runtime code. |
- inline static void set_external_target_at(Address instruction_payload, |
- Address target) { |
- set_target_address_at(instruction_payload, target); |
- } |
- |
// Size of an instruction. |
static const int kInstrSize = sizeof(Instr); |