| Index: src/arm/assembler-arm.h
|
| diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h
|
| index 461d5b0aa66e10f98783b9a3d794440bfd7a7789..50390e87be3f8a8a24fbfd20e95ef6b86acc84ac 100644
|
| --- a/src/arm/assembler-arm.h
|
| +++ b/src/arm/assembler-arm.h
|
| @@ -1433,10 +1433,6 @@ class Assembler : public AssemblerBase {
|
| // Emits the address of the code stub's first instruction.
|
| void emit_code_stub_address(Code* stub);
|
|
|
| - AssemblerPositionsRecorder* positions_recorder() {
|
| - return &positions_recorder_;
|
| - }
|
| -
|
| // Read/patch instructions
|
| Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }
|
| void instr_at_put(int pos, Instr instr) {
|
| @@ -1676,8 +1672,6 @@ class Assembler : public AssemblerBase {
|
| friend class RelocInfo;
|
| friend class CodePatcher;
|
| friend class BlockConstPoolScope;
|
| - AssemblerPositionsRecorder positions_recorder_;
|
| - friend class AssemblerPositionsRecorder;
|
| friend class EnsureSpace;
|
| };
|
|
|
|
|