mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-02 09:12:16 +00:00
Nit
This commit is contained in:
parent
e48d7aa763
commit
c18418bed0
3 changed files with 4 additions and 3 deletions
|
@ -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) };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue