Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Jan 15, 2025
1 parent a770e69 commit 71fea81
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vortex-datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ name = "vortex_datafusion"
path = "src/lib.rs"

[dependencies]
always_send = "0.1.1"
arrow-array = { workspace = true }
arrow-schema = { workspace = true }
async-trait = { workspace = true }
Expand Down
3 changes: 1 addition & 2 deletions vortex-layout/src/layouts/flat/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mod eval_expr;
mod reader;
// mod stats;
mod eval_stats;
mod reader;
pub mod writer;

use std::collections::BTreeSet;
Expand Down
31 changes: 0 additions & 31 deletions vortex-layout/src/layouts/flat/stats.rs

This file was deleted.

0 comments on commit 71fea81

Please sign in to comment.