diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-03-16 15:00:34 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-03-25 14:07:19 -0400 |
| commit | 86fa58d6c86360c9b98dbb8bfc6c3f65447f9d4c (patch) | |
| tree | 115824c41b22096707a1e6ee82784f0ef8d9d08f | |
| parent | 977636156a931e9716ae681d06b1b24477a87f43 (diff) | |
remove unused variable in compiletest
| -rw-r--r-- | src/compiletest/compiletest.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compiletest/compiletest.rs b/src/compiletest/compiletest.rs index 51bc9d71f88..6c6a78a360b 100644 --- a/src/compiletest/compiletest.rs +++ b/src/compiletest/compiletest.rs @@ -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 { compile_lib_path: make_absolute(opt_path(matches, "compile-lib-path")), run_lib_path: make_absolute(opt_path(matches, "run-lib-path")), |
