Skip to content

Commit ea93b72

Browse files
committed
Small code cleanup.
1 parent e3da1a1 commit ea93b72

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

VSharp.IL/CFG.fs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,6 @@ type ApplicationGraph(getNextBasicBlockGlobalId,applicationGraphDelta:Applicatio
588588

589589
let added = callTo.IncomingCallEdges.Add callFrom
590590
assert added
591-
//if callFrom <> returnTo then
592-
// let removed = callFrom.OutgoingEdges.Remove CfgInfo.TerminalForCFGEdge //CallGraph.dummyTerminalForCallShortcut
593-
// assert removed
594591
else ()
595592

596593
let moveState (initialPosition: codeLocation) (stateWithNewPosition: IGraphTrackableState) =

0 commit comments

Comments
 (0)