Skip to content

Commit

Permalink
linking: Rm todo-comment (tracked in #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Apr 1, 2021
1 parent 2c9b825 commit a7f68dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::{path::Path, process::Command};
use tempfile::TempDir;

const EXIT_CODE_FAILURE: i32 = 1;
// TODO make this configurable (via command-line flag or similar)
const LINKER: &str = "rust-lld";

pub fn link_normally(args: &[String]) -> Result<(), i32> {
Expand Down

0 comments on commit a7f68dd

Please sign in to comment.