diff options
Diffstat (limited to 'libgo/go/math/floor.go')
-rw-r--r-- | libgo/go/math/floor.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/math/floor.go b/libgo/go/math/floor.go index b22b94ad639..babbf645f5c 100644 --- a/libgo/go/math/floor.go +++ b/libgo/go/math/floor.go @@ -4,7 +4,6 @@ package math - // Floor returns the greatest integer value less than or equal to x. // // Special cases are: |