Skip to content

Commit f09c706

Browse files
committed
remove commented out code
1 parent 77c63bc commit f09c706

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bootstrap/src/core/config/config.rs

-5
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,6 @@ impl TargetSelection {
516516
/// Path to the file defining the custom target, if any.
517517
pub fn filepath(&self) -> Option<&Path> {
518518
self.file.as_ref().map(Path::new)
519-
/*if let Some(ref p) = self.file.as_ref {
520-
Some(Path::new(p))
521-
} else {
522-
None
523-
}*/
524519
}
525520
}
526521

0 commit comments

Comments
 (0)