Darwin: Remove unused variables [-Werror=unused-variable]
[external/binutils.git] / gdb / i386-darwin-nat.c
index 2304f4a..820aff9 100644 (file)
@@ -280,7 +280,6 @@ i386_darwin_nat_target::store_registers (struct regcache *regcache,
 static void
 i386_darwin_dr_set (int regnum, CORE_ADDR value)
 {
-  int current_pid;
   thread_t current_thread;
   x86_debug_state_t dr_regs;
   kern_return_t ret;