Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurobert committed Aug 22, 2024
1 parent 8a661cb commit b0ce92c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vmhost/vmhooks/bigFloatOps.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ func (context *VMHooksImpl) BigFloatNewFromParts(integralPart, fractionalPart, e
context.FailExecution(err)
return -1
}
if err != nil {
context.FailExecution(err)
return -1
}

if exponent > 0 {
context.FailExecution(vmhost.ErrPositiveExponent)
Expand Down

0 comments on commit b0ce92c

Please sign in to comment.