From 013c3072c034383061db753180f62811ce0be873 Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 25 Mar 2022 00:16:30 +0000 Subject: [PATCH] Corrected name conflict in DebugSession --- src/DebugServers/GdbRsp/DebugSession.cpp | 2 -- 1 file changed, 2 deletions(-) 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)