Removed unused EventManager class member from DebugServer and derived classes
This commit is contained in:
@@ -42,11 +42,10 @@ namespace Bloom::DebugServers::Gdb
|
||||
{
|
||||
public:
|
||||
explicit GdbRspDebugServer(
|
||||
EventManager& eventManager,
|
||||
const ProjectConfig& projectConfig,
|
||||
const EnvironmentConfig& environmentConfig,
|
||||
const DebugServerConfig& debugServerConfig
|
||||
): DebugServer(eventManager, projectConfig, environmentConfig, debugServerConfig) {};
|
||||
): DebugServer(projectConfig, environmentConfig, debugServerConfig) {};
|
||||
|
||||
std::string getName() const override {
|
||||
return "GDB Remote Serial Protocol DebugServer";
|
||||
|
||||
Reference in New Issue
Block a user