Removed unused EventManager class member from TargetControllerConsole

This commit is contained in:
Nav
2022-03-20 17:43:51 +00:00
parent 7437f0a31e
commit 8d089a750e
5 changed files with 6 additions and 16 deletions

View File

@@ -57,10 +57,7 @@ namespace Bloom::DebugServers
EnvironmentConfig environmentConfig;
DebugServerConfig debugServerConfig;
TargetControllerConsole targetControllerConsole = TargetControllerConsole(
this->eventManager,
*(this->eventListener)
);
TargetControllerConsole targetControllerConsole = TargetControllerConsole(*(this->eventListener));
/**
* Enables the interruption of any blocking file IO.