Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
coreylowman committed Mar 21, 2024
1 parent baa45b4 commit 80ee653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ fn link_cuda() {
let mut contents = String::new();
header.read_to_string(&mut contents).unwrap();

println!("cargo:rustc-cfg=feature=\"nightly\"");

let key = "CUDA_VERSION ";
let start = key.len() + contents.find(key).unwrap();
match contents[start..].lines().next().unwrap() {
Expand Down

0 comments on commit 80ee653

Please sign in to comment.