Skip to content

Commit ce50670

Browse files
committed
remove unused lines
1 parent ace7058 commit ce50670

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

check_diff/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,5 @@ pub fn compile_rustfmt(
291291
get_binary_version(&feature_binary, &(feature_runner.ld_library_path))?;
292292
info!("FEATURE_BIN {}\n", feature_binary_version);
293293

294-
let result = Command::new("ls");
295-
296294
return Ok([src_runner, feature_runner]);
297295
}

0 commit comments

Comments
 (0)