Skip to content

Commit 943984e

Browse files
committed
SERVER-22931 Remove redundant assignment of FTSSpec
1 parent daaa359 commit 943984e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mongo/db/query/stage_builder.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ PlanStage* buildStages(OperationContext* txn,
266266

267267
TextStageParams params(fam->getSpec());
268268
params.index = desc;
269-
params.spec = fam->getSpec();
270269
params.indexPrefix = node->indexPrefix;
271270
// We assume here that node->ftsQuery is an FTSQueryImpl, not an FTSQueryNoop. In practice,
272271
// this means that it is illegal to use the StageBuilder on a QuerySolution created by

0 commit comments

Comments
 (0)