Skip to content

Commit

Permalink
Remove unused Arena::sized method
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Dec 18, 2023
1 parent 37efe82 commit 0000e68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/gpui2/src/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ impl Arena {
}
}
}

pub fn size(&self) -> usize {
self.offset
}
}

impl Drop for Arena {
Expand Down

0 comments on commit 0000e68

Please sign in to comment.