summaryrefslogtreecommitdiff
path: root/src/pkg/bignum/bignum.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/bignum/bignum.go')
-rwxr-xr-xsrc/pkg/bignum/bignum.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pkg/bignum/bignum.go b/src/pkg/bignum/bignum.go
index 8106a2664..a85e1d2b9 100755
--- a/src/pkg/bignum/bignum.go
+++ b/src/pkg/bignum/bignum.go
@@ -9,10 +9,6 @@
// - Integer signed integers
// - Rational rational numbers
//
-// This package has been designed for ease of use but the functions it provides
-// are likely to be quite slow. It may be deprecated eventually. Use package
-// big instead, if possible.
-//
package bignum
import (