Removed EventManager and EventListener dependency from TargetControllerConsole class

This commit is contained in:
Nav
2022-05-01 18:57:45 +01:00
parent fe846e0d7c
commit e6cd1faef1
5 changed files with 4 additions and 86 deletions

View File

@@ -114,9 +114,7 @@ namespace Bloom::DebugServer::Gdb
*
* See documentation in src/DebugServer/Gdb/README.md for more on how GDB commands are processed.
*/
TargetController::TargetControllerConsole targetControllerConsole = TargetController::TargetControllerConsole(
this->eventListener
);
TargetController::TargetControllerConsole targetControllerConsole = TargetController::TargetControllerConsole();
/**
* Listening socket address