This commit is contained in:
김선우 2025-01-27 20:35:11 +09:00
parent e48d7aa763
commit c18418bed0
3 changed files with 4 additions and 3 deletions

View file

@ -29,7 +29,6 @@ impl LimboStatement {
Box::into_raw(Box::new(self)) as jlong
}
#[allow(dead_code)]
pub fn drop(ptr: jlong) {
let _boxed = unsafe { Box::from_raw(ptr as *mut LimboStatement) };
}