Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Jan 27, 2024
1 parent f136f9d commit 6dc45a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fyrox-core/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,6 @@ where
P: PayloadContainer<Element = T> + 'static,
{
pool: UnsafeCell<&'a mut Pool<T, P>>,
link: u8,
}

impl<'a, T, P> MultiBorrowContext<'a, T, P>
Expand All @@ -1919,7 +1918,6 @@ where
fn new(pool: &'a mut Pool<T, P>) -> Self {
Self {
pool: UnsafeCell::new(pool),
link: 0,
}
}

Expand Down

0 comments on commit 6dc45a5

Please sign in to comment.