Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Jan 10, 2024
1 parent 18019af commit 407b465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion duckpgq/src/duckpgq/operators/path_finding_operator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace duckdb {
auto right = generator.CreatePlan(std::move(children[1]));

auto result = duckdb::make_uniq_base<duckdb::PhysicalOperator, PhysicalPathFinding>(*this, std::move(left), std::move(right));
// auto plan = generator.CreatePlan(std::move(children[0]));
result->children.emplace_back(std::move(result));
return result;
}
Expand Down

0 comments on commit 407b465

Please sign in to comment.