Skip to content

Commit

Permalink
chore(dfir_rs): remove unused cross_join, fix #1616 (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel authored Jan 29, 2025
1 parent f8313b0 commit be50e86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
128 changes: 0 additions & 128 deletions dfir_rs/src/compiled/pull/cross_join.rs

This file was deleted.

3 changes: 0 additions & 3 deletions dfir_rs/src/compiled/pull/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
//! Pull-based operator helpers, i.e. [`Iterator`] helpers.
#![allow(missing_docs, reason = "// TODO(mingwei)")]

mod cross_join;
pub use cross_join::*;

mod symmetric_hash_join;
pub use symmetric_hash_join::*;

Expand Down

0 comments on commit be50e86

Please sign in to comment.