Skip to content

Commit cfbe5a4

Browse files
committed
no need for actual deletion
1 parent c9db779 commit cfbe5a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/execution/IncrementalPublisher.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ export class IncrementalPublisher {
285285
continue;
286286
}
287287

288-
this._delete(child);
289288
child.filtered = true;
290289

291290
if (isStreamItemsRecord(child)) {
@@ -333,12 +332,6 @@ export class IncrementalPublisher {
333332
this._trigger();
334333
}
335334

336-
private _delete(item: SubsequentDataRecord) {
337-
this._released.delete(item);
338-
this._pending.delete(item);
339-
this._trigger();
340-
}
341-
342335
private _getIncrementalResult(
343336
completedRecords: ReadonlySet<SubsequentDataRecord>,
344337
): SubsequentIncrementalExecutionResult | undefined {

0 commit comments

Comments
 (0)