Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Feb 2, 2025
1 parent c0e275d commit 98b965a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gen/function_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ func (g *FunctionGenerator) getInstructionBranchingDestinations(
destinationIndices = append(destinationIndices, destinationIndex)
}

if !results.IsEmpty() {
return nil, results
}

return destinationIndices, core.ResultList{}
}

Expand Down

0 comments on commit 98b965a

Please sign in to comment.