summaryrefslogtreecommitdiff
path: root/src/pkg/math/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/const.go')
-rw-r--r--src/pkg/math/const.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/math/const.go b/src/pkg/math/const.go
index a108d3e29..282561f98 100644
--- a/src/pkg/math/const.go
+++ b/src/pkg/math/const.go
@@ -49,5 +49,3 @@ const (
MaxUint32 = 1<<32 - 1
MaxUint64 = 1<<64 - 1
)
-
-// BUG(rsc): The manual should define the special cases for all of these functions.