clean up
This commit is contained in:
@@ -27,6 +27,7 @@ impl IDTracker {
|
||||
id
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn free(&mut self, id: ID) {
|
||||
self.free.push(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user