Skip to content

Commit 5091742

Browse files
committed
remove unused variable in compiletest
1 parent 5f8cf48 commit 5091742

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/compiletest/compiletest.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ pub fn parse_config(args: Vec<String> ) -> Config {
125125
}
126126
}
127127

128-
let filter = if !matches.free.is_empty() {
129-
Some(matches.free[0].clone())
130-
} else {
131-
None
132-
};
133-
134128
Config {
135129
compile_lib_path: make_absolute(opt_path(matches, "compile-lib-path")),
136130
run_lib_path: make_absolute(opt_path(matches, "run-lib-path")),

0 commit comments

Comments
 (0)