Skip to content

Commit d6c1aff

Browse files
committed
Removed dead code from build script
1 parent e316fe9 commit d6c1aff

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ struct Config {
5858
opencl_sdk: String,
5959
}
6060

61-
macro_rules! t {
62-
($e:expr) => (match $e {
63-
Ok(n) => n,
64-
Err(e) => fail(&format!("\n{} failed with {}\n", stringify!($e), e)),
65-
})
66-
}
67-
6861
fn fail(s: &str) -> ! {
6962
panic!("\n{}\n\nbuild script failed, must exit now", s)
7063
}

0 commit comments

Comments
 (0)