comms: fix compilation on standalone

pull/281/head
mwojcik 2023-11-14 14:08:31 +08:00
parent aebc739c1e
commit 6ca1719033
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ use core::{cell::RefCell, fmt, slice, str};
use core_io::Error as IoError;
use cslice::CSlice;
#[cfg(has_drtio)]
use dyld::elf;
use futures::{future::FutureExt, select_biased};
#[cfg(has_drtio)]