Skip to content

Commit 86fa58d

Browse files
committed
remove unused variable in compiletest
1 parent 9776361 commit 86fa58d

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
@@ -126,12 +126,6 @@ pub fn parse_config(args: Vec<String> ) -> Config {
126126
}
127127
}
128128

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

0 commit comments

Comments
 (0)