Skip to content

Commit

Permalink
chore: remove un-used code (#908)
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy authored Nov 23, 2023
1 parent 268837b commit 2865adc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 462 deletions.
4 changes: 2 additions & 2 deletions kclvm/tools/src/LSP/src/find_refs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ use std::collections::HashMap;
use std::sync::Arc;

pub(crate) fn find_refs<F: Fn(String) -> Result<(), anyhow::Error>>(
program: &Program,
_program: &Program,
kcl_pos: &KCLPos,
include_declaration: bool,
prog_scope: &ProgramScope,
_prog_scope: &ProgramScope,
word_index_map: Arc<RwLock<HashMap<Url, HashMap<String, Vec<Location>>>>>,
vfs: Option<Arc<RwLock<Vfs>>>,
logger: F,
Expand Down
Loading

0 comments on commit 2865adc

Please sign in to comment.