Skip to content

Commit 4f815bc

Browse files
committed
Remove unused SmallCString implementation
1 parent 0ade123 commit 4f815bc

File tree

3 files changed

+0
-167
lines changed

3 files changed

+0
-167
lines changed

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)