Remove dead code

This commit is contained in:
Aleksey Kladov
2020-06-11 13:26:48 +02:00
parent 32157d48f4
commit 663ce0e99d
4 changed files with 3 additions and 29 deletions

View File

@@ -111,10 +111,6 @@ pub(crate) fn load(
vfs.root2path(root)
);
analysis_change.add_root(source_root_id, is_local);
analysis_change.set_debug_root_path(
source_root_id,
source_roots[&source_root_id].path().display().to_string(),
);
let vfs_root_path = vfs.root2path(root);
if extern_dirs.contains(&vfs_root_path) {