From 33d4bb3d888a8151c39abc47bd4e218fbebbe258 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Tue, 22 Jan 2019 15:56:34 +0000 Subject: [PATCH] Remove unused jit_debug unique_ptr. Change-Id: I39ed4fdd5695fefff235b6c40d83d9780fc5b75b --- libunwindstack/Unwinder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libunwindstack/Unwinder.cpp b/libunwindstack/Unwinder.cpp index 57207de21..0dd95cf33 100644 --- a/libunwindstack/Unwinder.cpp +++ b/libunwindstack/Unwinder.cpp @@ -144,7 +144,6 @@ void Unwinder::Unwind(const std::vector* initial_map_names_to_skip, bool return_address_attempt = false; bool adjust_pc = false; - std::unique_ptr jit_debug; for (; frames_.size() < max_frames_;) { uint64_t cur_pc = regs_->pc(); uint64_t cur_sp = regs_->sp();