Skip to content

Commit 9835cb0

Browse files
committed
Remove TODO.
#20 has been completed.
1 parent 4ace0d3 commit 9835cb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamStateMachine.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,6 @@ private static Optional<BasicBlockInContext<IExplodedBasicBlock>> getBasicBlockI
10841084
ISSABasicBlock block, CGNode cgNode, ICFGSupergraph supergraph) {
10851085
// can we search the supergraph for the corresponding block? Do I need
10861086
// to search the entire graph?
1087-
// TODO: For #20, this will probably need to change.
10881087
for (BasicBlockInContext<IExplodedBasicBlock> basicBlockInContext : supergraph) {
10891088
CGNode blockInContextProcedure = supergraph.getProcOf(basicBlockInContext);
10901089
if (blockInContextProcedure == cgNode) {

0 commit comments

Comments
 (0)