Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jul 24, 2024
1 parent 78380d4 commit d6f1633
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/code_info/codebase_info/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,6 @@ impl CodebaseInfo {
self.functionlike_infos.get(&(method_id.0, method_id.1))
}

pub fn has_invalid_file(&self, file_path: &FilePath) -> bool {
if let Some(file_info) = self.files.get(file_path) {
file_info.parser_error.is_some()
} else {
false
}
}

pub fn get_all_descendants(&self, classlike_name: &StrId) -> FxHashSet<StrId> {
let mut base_set = FxHashSet::default();

Expand Down

0 comments on commit d6f1633

Please sign in to comment.