Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTF committed Apr 16, 2024
1 parent c02f6cb commit 48a1245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/QueryPlanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,6 @@ auto QueryPlanner::createJoinWithTransitivePath(
return std::nullopt;
}
std::shared_ptr<QueryExecutionTree> otherTree = aTransPath ? b._qet : a._qet;
auto& transPathTree = aTransPath ? a._qet : b._qet;
auto transPathOperation = aTransPath ? aTransPath : bTransPath;

// TODO: Handle the case of two or more common variables
Expand Down

0 comments on commit 48a1245

Please sign in to comment.