From 289303a30d8518890ae708b7fdd4996830df8642 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 3 Sep 2021 11:48:55 +0900 Subject: dap: small TODO --- 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 90ddeb2f..ba13b96a 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 is_running: bool, // TODO: track is_running per thread } impl Client { @@ -83,7 +82,6 @@ impl Client { thread_states: HashMap::new(), thread_id: None, active_frame: None, - is_running: false, }; tokio::spawn(Self::recv(server_rx, client_rx)); -- cgit v1.2.3-70-g09d2