diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-30 04:15:40 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-30 04:15:40 +0200 |
| commit | 665acbd7f1fd269447cc7fe9733d429790c5dea0 (patch) | |
| tree | 2c6edfae4d059cbfec4bae809109b8aae5e3b9af /dev/LibDebugger | |
| parent | d8ae53634b4bacf058396d386c713158fdf5936d (diff) | |
fix: POSIXMachContractCLI: remove unused function call.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibDebugger')
| -rw-r--r-- | dev/LibDebugger/src/POSIXMachContractCLI.cc | 2 |
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!"); |
