1
0
Fork 0

Remove now unused imports

This commit is contained in:
Robbert van der Helm 2023-03-01 19:11:24 +01:00
parent c381744b47
commit 9dad9fe1a4

View file

@ -1,15 +1,10 @@
use backtrace::Backtrace;
use std::cmp;
use std::fs::File;
use std::marker::PhantomData;
use std::os::raw::c_char;
use std::sync::atomic::{AtomicBool, Ordering};
use crate::util::permit_alloc;
/// The environment variable for controlling the logging behavior.
const NIH_LOG_ENV: &str = "NIH_LOG";
/// The bit that controls flush-to-zero behavior for denormals in 32 and 64-bit floating point
/// numbers on AArch64.
///