Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d11e5688 authored by Florian Mayer's avatar Florian Mayer Committed by android-build-merger
Browse files

Merge "Remove unused jit_debug unique_ptr."

am: fc1c2f56

Change-Id: Ie044d58c44424d139b41310b9d958ed52482a7be
parents a530c8c5 fc1c2f56
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -144,7 +144,6 @@ void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip,

  bool return_address_attempt = false;
  bool adjust_pc = false;
  std::unique_ptr<JitDebug> jit_debug;
  for (; frames_.size() < max_frames_;) {
    uint64_t cur_pc = regs_->pc();
    uint64_t cur_sp = regs_->sp();