mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 21:00:35 +00:00
Remove unused Arena::sized method
This commit is contained in:
parent
37efe82c5e
commit
0000e68310
1 changed files with 0 additions and 4 deletions
|
@ -78,10 +78,6 @@ impl Arena {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn size(&self) -> usize {
|
||||
self.offset
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for Arena {
|
||||
|
|
Loading…
Reference in a new issue