Skip to content

Commit

Permalink
no need for actual deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jul 5, 2023
1 parent c9db779 commit cfbe5a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/execution/IncrementalPublisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ export class IncrementalPublisher {
continue;
}

this._delete(child);
child.filtered = true;

if (isStreamItemsRecord(child)) {
Expand Down Expand Up @@ -333,12 +332,6 @@ export class IncrementalPublisher {
this._trigger();
}

private _delete(item: SubsequentDataRecord) {
this._released.delete(item);
this._pending.delete(item);
this._trigger();
}

private _getIncrementalResult(
completedRecords: ReadonlySet<SubsequentDataRecord>,
): SubsequentIncrementalExecutionResult | undefined {
Expand Down

0 comments on commit cfbe5a4

Please sign in to comment.