Skip to content

Commit

Permalink
Clean up dead construction function (#7023)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #7023

Reviewed By: mbasmanova

Differential Revision: D50230630

Pulled By: kewang1024

fbshipit-source-id: d525e93a6307cbdd72fc3c2f70513c55d8a61ac4
  • Loading branch information
kewang1024 authored and facebook-github-bot committed Oct 12, 2023
1 parent fbc6dcf commit 86e9d0a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions velox/core/PlanNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,17 +725,6 @@ class TableWriteMergeNode : public PlanNode {
/// 'outputType' specifies the type to store the metadata of table write
/// output which contains the following columns: 'numWrittenRows', 'fragment'
/// and 'tableCommitContext'.
#ifdef VELOX_ENABLE_BACKWARD_COMPATIBILITY
TableWriteMergeNode(
const PlanNodeId& id,
RowTypePtr outputType,
PlanNodePtr source)
: PlanNode(id),
aggregationNode_(nullptr),
sources_{std::move(source)},
outputType_(std::move(outputType)) {}
#endif

TableWriteMergeNode(
const PlanNodeId& id,
RowTypePtr outputType,
Expand Down

0 comments on commit 86e9d0a

Please sign in to comment.