summaryrefslogtreecommitdiffhomepage
path: root/dev/LibDebugger/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-06-30 04:15:40 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-06-30 04:15:40 +0200
commit665acbd7f1fd269447cc7fe9733d429790c5dea0 (patch)
tree2c6edfae4d059cbfec4bae809109b8aae5e3b9af /dev/LibDebugger/src
parentd8ae53634b4bacf058396d386c713158fdf5936d (diff)
fix: POSIXMachContractCLI: remove unused function call.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibDebugger/src')
-rw-r--r--dev/LibDebugger/src/POSIXMachContractCLI.cc2
1 files changed, 0 insertions, 2 deletions
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!");