Removed unused EventManager class member from DebugServer and derived classes
This commit is contained in:
@@ -51,7 +51,6 @@ namespace Bloom
|
||||
"avr-gdb-rsp",
|
||||
[this] () -> std::unique_ptr<DebugServers::DebugServer> {
|
||||
return std::make_unique<DebugServers::Gdb::AvrGdbRsp>(
|
||||
this->eventManager,
|
||||
this->projectConfig.value(),
|
||||
this->environmentConfig.value(),
|
||||
this->debugServerConfig.value()
|
||||
|
||||
Reference in New Issue
Block a user