Skip to content

Commit 95c2b38

Browse files
committed
rm unused import
1 parent aaf9299 commit 95c2b38

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

syscalls/src/allocator.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
use embedded_alloc::TlsfHeap as Heap;
22
use riscv as _;
33

4-
use crate::syscalls::print_string;
5-
64
#[global_allocator]
75
static HEAP: Heap = Heap::empty();
86

0 commit comments

Comments
 (0)