aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/math/floor.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/floor.go')
-rw-r--r--libgo/go/math/floor.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/math/floor.go b/libgo/go/math/floor.go
index b22b94a..babbf64 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: