From 8ffafb826faa75c76f74af3350d73adceb24e81d Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 30 Nov 2021 17:52:39 +0900 Subject: dap: Rewrite breakpoints so that there's a single set maintained --- helix-dap/src/client.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'helix-dap') diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs index 5e6d8d53..427db18c 100644 --- a/helix-dap/src/client.rs +++ b/helix-dap/src/client.rs @@ -35,7 +35,6 @@ pub struct Client { pub thread_id: Option, /// Currently active frame for the current thread. pub active_frame: Option, - pub breakpoints: Vec, pub quirks: DebuggerQuirks, } @@ -81,7 +80,6 @@ impl Client { thread_states: HashMap::new(), thread_id: None, active_frame: None, - breakpoints: vec![], quirks: DebuggerQuirks::default(), }; -- cgit v1.2.3-70-g09d2