Skip to content

Commit

Permalink
Remove unused FileMatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Nov 30, 2023
1 parent 99ac405 commit c5408b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compiler/rustc_session/src/filesearch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ use std::path::{Path, PathBuf};
use crate::search_paths::{PathKind, SearchPath};
use rustc_fs_util::fix_windows_verbatim_for_gcc;

#[derive(Copy, Clone)]
pub enum FileMatch {
FileMatches,
FileDoesntMatch,
}

#[derive(Clone)]
pub struct FileSearch<'a> {
sysroot: &'a Path,
Expand Down

0 comments on commit c5408b6

Please sign in to comment.