files: remove filecontainer drop trait

In preparation of it becoming impossible to use due to the free
function getting an cfg argument.
pull/8421/head
Victor Julien 3 years ago
parent 0320c03f8c
commit a1a221066f

@ -54,12 +54,6 @@ pub struct FileContainer {
tail: * mut c_void,
}
impl Drop for FileContainer {
fn drop(&mut self) {
self.free();
}
}
impl Default for FileContainer {
fn default() -> Self { Self {
head: ptr::null_mut(),

Loading…
Cancel
Save