From 665acbd7f1fd269447cc7fe9733d429790c5dea0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 30 Jun 2025 04:15:40 +0200 Subject: fix: POSIXMachContractCLI: remove unused function call. Signed-off-by: Amlal El Mahrouss --- dev/LibDebugger/src/POSIXMachContractCLI.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev/LibDebugger/src') diff --git a/dev/LibDebugger/src/POSIXMachContractCLI.cc b/dev/LibDebugger/src/POSIXMachContractCLI.cc index 90cebc3..7a4304d 100644 --- a/dev/LibDebugger/src/POSIXMachContractCLI.cc +++ b/dev/LibDebugger/src/POSIXMachContractCLI.cc @@ -23,8 +23,6 @@ static void dbgi_ctrlc_handler(std::int32_t _) { return; } - auto list = kDebugger.Get(); - kDebugger.Break(); pfd::notify("Debugger Event", "Breakpoint hit!"); -- cgit v1.2.3