mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
remove unused function
This commit is contained in:
parent
46faff254f
commit
182bae100c
|
@ -20,14 +20,6 @@ pub(crate) struct BumpAllocator {
|
|||
inner: Mutex<RefCell<BumpAllocatorInner>>,
|
||||
}
|
||||
|
||||
impl BumpAllocator {
|
||||
pub const fn new(start_end: StartEnd) -> Self {
|
||||
Self {
|
||||
inner: Mutex::new(RefCell::new(BumpAllocatorInner::new(start_end))),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl BumpAllocatorInner {
|
||||
pub const fn new(start_end: StartEnd) -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Reference in a new issue