Skip to content

Commit

Permalink
wip: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgapp committed Jan 9, 2024
1 parent 81dc5cb commit 7dba5b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datafusion/core/src/physical_planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ impl PhysicalPlanner for DefaultPhysicalPlanner {
}
}

// atomic global incrmenter

static RECURSIVE_CTE_PHYSICAL_PLAN_BRANCH: OnceLock<AtomicI32> = OnceLock::new();

fn new_recursive_cte_physical_plan_branch_number() -> u32 {
Expand Down

0 comments on commit 7dba5b6

Please sign in to comment.