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