Skip to content

Commit 41bc590

Browse files
authored
Remove unused SmallCString implementation (#550)
Originally copied from https://github.com/rusqlite/rusqlite/blob/master/src/util/small_cstr.rs but not actually used. We can always bring it back.
2 parents 0ade123 + 715f839 commit 41bc590

File tree

6 files changed

+0
-170
lines changed

6 files changed

+0
-170
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ rand = "0.9.0"
5252
rust_decimal = "1.14"
5353
serde = "1.0"
5454
serde_json = "1.0"
55-
smallvec = "1.6.1"
5655
strum = "0.27"
5756
syn = "2.0.15"
5857
tar = "0.4.38"

crates/duckdb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ polars-arrow = { workspace = true, optional = true }
5252
r2d2 = { workspace = true, optional = true }
5353
rust_decimal = { workspace = true }
5454
serde_json = { workspace = true, optional = true }
55-
smallvec = { workspace = true }
5655
strum = { workspace = true, features = ["derive"] }
5756
url = { workspace = true, optional = true }
5857
uuid = { workspace = true, optional = true }

crates/duckdb/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ pub mod vscalar;
134134
#[cfg(test)]
135135
mod test_all_types;
136136

137-
pub(crate) mod util;
138-
139137
// Number of cached prepared statements we'll hold on to.
140138
const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16;
141139

crates/duckdb/src/util/mod.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/duckdb/src/util/small_cstr.rs

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)