remove unnecessary transmutes

This commit is contained in:
Daniel Micay 2013-09-17 11:44:59 -04:00
parent 29cdf58861
commit befc561fa4
4 changed files with 8 additions and 28 deletions

View file

@ -198,7 +198,6 @@ impl Database {
}
}
// FIXME #4330: use &mut self here
#[unsafe_destructor]
impl Drop for Database {
fn drop(&mut self) {