Commit 6e23043 1 parent b54e0d3 commit 6e23043 Copy full SHA for 6e23043
File tree 1 file changed +1
-5
lines changed
src/Engine/ProtoScript/Runners
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1710,11 +1710,7 @@ private void SynchronizeInternal(GraphSyncData syncData)
1710
1710
var finalDeltaAstList = changeSetComputer . GetDeltaASTList ( syncData ) ;
1711
1711
1712
1712
//nodes which will be defined or redefined after compilation and execution
1713
- var pendingUIDsForDeletion = changeSetComputer . csData . DeletedBinaryExprASTNodes
1714
- . Select ( x => ( x as BinaryExpressionNode ) ? . guid )
1715
- . Where ( x => x != null )
1716
- . Select ( x => x . Value )
1717
- . ToHashSet ( ) ;
1713
+ var pendingUIDsForDeletion = syncData . DeletedNodeIDs . ToHashSet ( ) ;
1718
1714
1719
1715
// Prior to execution, apply state modifications to the VM given the delta AST's
1720
1716
bool anyForcedExecutedNodes = changeSetComputer . csData . ForceExecuteASTList . Any ( ) ;
You can’t perform that action at this time.
0 commit comments