diff --git a/src/DebugServers/GdbRsp/DebugSession.cpp b/src/DebugServers/GdbRsp/DebugSession.cpp index b507f566..8a6fffc0 100644 --- a/src/DebugServers/GdbRsp/DebugSession.cpp +++ b/src/DebugServers/GdbRsp/DebugSession.cpp @@ -4,8 +4,6 @@ namespace Bloom::DebugServers::Gdb { - using Bloom::Targets::TargetDescriptor; - DebugSession::DebugSession(const Connection& connection, const TargetDescriptor& targetDescriptor) : connection(connection) , targetDescriptor(targetDescriptor)