Skip to content

Commit

Permalink
more dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatol Ulrich committed Aug 10, 2024
1 parent 0096f32 commit 5acf3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/alloc/src/heap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ pub trait UnderlyingAllocator {
///
/// This allocator MUST be initialized with a call to [SingleThreadedLinkedListAllocator::init()]
/// before any allocations will succeed
#[allow(dead_code)]
pub struct SingleThreadedLinkedListAllocator {
mlla: Mutex<Heap>,
}
Expand Down

0 comments on commit 5acf3a7

Please sign in to comment.