diff options
Diffstat (limited to 'libgo/go/math/rand/exp.go')
-rw-r--r-- | libgo/go/math/rand/exp.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/math/rand/exp.go b/libgo/go/math/rand/exp.go index 85da495..4bc110f 100644 --- a/libgo/go/math/rand/exp.go +++ b/libgo/go/math/rand/exp.go @@ -43,7 +43,6 @@ func (r *Rand) ExpFloat64() float64 { return x } } - panic("unreachable") } var ke = [256]uint32{ |