diff options
Diffstat (limited to 'libgo/go/math/fmod.go')
-rw-r--r-- | libgo/go/math/fmod.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/math/fmod.go b/libgo/go/math/fmod.go index fc57f74..75c6146 100644 --- a/libgo/go/math/fmod.go +++ b/libgo/go/math/fmod.go @@ -4,7 +4,6 @@ package math - /* Floating-point mod function. */ |