From 0e712223630d1b9bda393146bf0b4ccb358e4641 Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 25 Mar 2022 00:08:13 +0000 Subject: [PATCH] Removed unused class member in AVR GDB target descriptor class --- src/DebugServers/GdbRsp/AvrGdb/TargetDescriptor.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DebugServers/GdbRsp/AvrGdb/TargetDescriptor.hpp b/src/DebugServers/GdbRsp/AvrGdb/TargetDescriptor.hpp index b56cbd32..b8b1b3c2 100644 --- a/src/DebugServers/GdbRsp/AvrGdb/TargetDescriptor.hpp +++ b/src/DebugServers/GdbRsp/AvrGdb/TargetDescriptor.hpp @@ -12,8 +12,6 @@ namespace Bloom::DebugServers::Gdb::AvrGdb BiMap registerDescriptorsByGdbNumber = {}; BiMap targetRegisterDescriptorsByGdbNumber = {}; - const Bloom::Targets::TargetDescriptor& targetDescriptor; - explicit TargetDescriptor(const Bloom::Targets::TargetDescriptor& targetDescriptor); /**