Skip to content

Commit 9f7bf32

Browse files
committed
remove unused struct
1 parent 236771d commit 9f7bf32

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/lib.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ use std::{
3939
use tokio::{runtime::Runtime, sync::Mutex};
4040
use tracing_subscriber::{filter::LevelFilter, EnvFilter};
4141

42-
/// SQLite error object.
43-
#[napi]
44-
pub struct SqliteError {
45-
#[napi]
46-
pub message: String,
47-
#[napi]
48-
pub code: String,
49-
#[napi(js_name = rawCode)]
50-
pub raw_code: i32,
51-
}
52-
5342
struct Error(libsql::Error);
5443

5544
impl From<Error> for napi::Error {

0 commit comments

Comments
 (0)