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

Commit 71d10882 authored by Ryan Prichard's avatar Ryan Prichard Committed by Christopher Ferris
Browse files

Remove unused regs variable

Bug: none
Change-Id: I447724a9fef3b18be00425e59041f6f710b760ce
Test: treehugger
parent a4a1f0a8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -94,8 +94,6 @@ class ScopedUseFallbackAllocator {
};

static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) {
  std::unique_ptr<unwindstack::Regs> regs;

  ThreadInfo thread;
  thread.pid = getpid();
  thread.tid = gettid();