Remove unused jit_debug unique_ptr.

Change-Id: I39ed4fdd5695fefff235b6c40d83d9780fc5b75b
This commit is contained in:
Florian Mayer 2019-01-22 15:56:34 +00:00
parent 4d30819263
commit 33d4bb3d88
1 changed files with 0 additions and 1 deletions

View File

@ -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();