Skip to content

Commit 0f0ed67

Browse files
committed
Fix unused variable
1 parent 884c2ed commit 0f0ed67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ fn test_basic_compile_into_dev_null(compiler: Compiler, tempdir: &Path) {
278278
// Compile a source file.
279279
copy_to_tempdir(&[INPUT, INPUT_ERR], tempdir);
280280

281-
let out_file = tempdir.join(OUTPUT);
282281
trace!("compile");
283282
sccache_command()
284283
.args(compile_cmdline(name, &exe, INPUT, DEV_NULL, Vec::new()))
@@ -329,7 +328,6 @@ fn test_basic_compile_into_dev_stdout(compiler: Compiler, tempdir: &Path) {
329328
// Compile a source file.
330329
copy_to_tempdir(&[INPUT, INPUT_ERR], tempdir);
331330

332-
let out_file = tempdir.join(OUTPUT);
333331
trace!("compile");
334332
sccache_command()
335333
.args(compile_cmdline(name, &exe, INPUT, DEV_STDOUT, Vec::new()))

0 commit comments

Comments
 (0)