Skip to content

Commit cb3ae4d

Browse files
committed
remove unnecessary constant
- it is not exported as a symbol - so no need to have it
1 parent 78b9fa5 commit cb3ae4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlite3/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ pub const SQLITE_CHECKPOINT_TRUNCATE: ffi::c_int = 3;
6262
pub const SQLITE_INTEGER: ffi::c_int = 1;
6363
pub const SQLITE_FLOAT: ffi::c_int = 2;
6464
pub const SQLITE_TEXT: ffi::c_int = 3;
65-
pub const SQLITE3_TEXT: ffi::c_int = 3;
6665
pub const SQLITE_BLOB: ffi::c_int = 4;
6766
pub const SQLITE_NULL: ffi::c_int = 5;
6867

0 commit comments

Comments
 (0)