Drop winsqlite3 feature

This commit is contained in:
gwenn
2024-01-06 16:35:18 +01:00
parent 88faf4345b
commit 01a2cc51a5
7 changed files with 0 additions and 67 deletions

View File

@@ -5,9 +5,6 @@
#[cfg(feature = "bundled-sqlcipher-vendored-openssl")]
extern crate openssl_sys;
#[cfg(all(windows, feature = "winsqlite3", target_pointer_width = "32"))]
compile_error!("The `libsqlite3-sys/winsqlite3` feature is not supported on 32 bit targets.");
pub use self::error::*;
use std::default::Default;