remove extraneous import

This commit is contained in:
gnzlbg 2018-11-11 13:02:50 +01:00 committed by gnzlbg
parent b9c701e880
commit 9ab2d41b8a

View file

@ -11,9 +11,6 @@
//! [llvm_docs]:
//! https://llvm.org/docs/NVPTXUsage.html
#[cfg(test)]
use stdsimd_test::assert_instr;
#[allow(improper_ctypes)]
extern "C" {
#[link_name = "llvm.nvvm.barrier0"]