mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
remove unused variable in compiletest
This commit is contained in:
@@ -126,12 +126,6 @@ fn make_absolute(path: PathBuf) -> PathBuf {
|
||||
}
|
||||
}
|
||||
|
||||
let filter = if !matches.free.is_empty() {
|
||||
Some(matches.free[0].clone())
|
||||
} else {
|
||||
None
|
||||
};
|
||||
|
||||
Config {
|
||||
compile_lib_path: make_absolute(opt_path(matches, "compile-lib-path")),
|
||||
run_lib_path: make_absolute(opt_path(matches, "run-lib-path")),
|
||||
|
||||
Reference in New Issue
Block a user