diff --git a/differential-dataflow/src/operators/join.rs b/differential-dataflow/src/operators/join.rs index 477bc4b92..edf7120f6 100644 --- a/differential-dataflow/src/operators/join.rs +++ b/differential-dataflow/src/operators/join.rs @@ -400,19 +400,18 @@ where } } -struct JoinThinker<'a, C1, C2> -where - C1: Cursor, - C2: Cursor