remove unused variable in compiletest
This commit is contained in:
parent
977636156a
commit
86fa58d6c8
1 changed files with 0 additions and 6 deletions
|
@ -126,12 +126,6 @@ pub fn parse_config(args: Vec<String> ) -> Config {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let filter = if !matches.free.is_empty() {
|
|
||||||
Some(matches.free[0].clone())
|
|
||||||
} else {
|
|
||||||
None
|
|
||||||
};
|
|
||||||
|
|
||||||
Config {
|
Config {
|
||||||
compile_lib_path: make_absolute(opt_path(matches, "compile-lib-path")),
|
compile_lib_path: make_absolute(opt_path(matches, "compile-lib-path")),
|
||||||
run_lib_path: make_absolute(opt_path(matches, "run-lib-path")),
|
run_lib_path: make_absolute(opt_path(matches, "run-lib-path")),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue