Remove unused FileMatch
.
This commit is contained in:
parent
99ac405b96
commit
c5408b6617
1 changed files with 0 additions and 6 deletions
|
@ -9,12 +9,6 @@ use std::path::{Path, PathBuf};
|
||||||
use crate::search_paths::{PathKind, SearchPath};
|
use crate::search_paths::{PathKind, SearchPath};
|
||||||
use rustc_fs_util::fix_windows_verbatim_for_gcc;
|
use rustc_fs_util::fix_windows_verbatim_for_gcc;
|
||||||
|
|
||||||
#[derive(Copy, Clone)]
|
|
||||||
pub enum FileMatch {
|
|
||||||
FileMatches,
|
|
||||||
FileDoesntMatch,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct FileSearch<'a> {
|
pub struct FileSearch<'a> {
|
||||||
sysroot: &'a Path,
|
sysroot: &'a Path,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue