Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
lolbinarycat committed Aug 1, 2024
1 parent 77c63bc commit f09c706
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,6 @@ impl TargetSelection {
/// Path to the file defining the custom target, if any.
pub fn filepath(&self) -> Option<&Path> {
self.file.as_ref().map(Path::new)
/*if let Some(ref p) = self.file.as_ref {
Some(Path::new(p))
} else {
None
}*/
}
}

Expand Down

0 comments on commit f09c706

Please sign in to comment.