Skip to content

Commit c5408b6

Browse files
committed
Remove unused FileMatch.
1 parent 99ac405 commit c5408b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compiler/rustc_session/src/filesearch.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ use std::path::{Path, PathBuf};
99
use crate::search_paths::{PathKind, SearchPath};
1010
use rustc_fs_util::fix_windows_verbatim_for_gcc;
1111

12-
#[derive(Copy, Clone)]
13-
pub enum FileMatch {
14-
FileMatches,
15-
FileDoesntMatch,
16-
}
17-
1812
#[derive(Clone)]
1913
pub struct FileSearch<'a> {
2014
sysroot: &'a Path,

0 commit comments

Comments
 (0)