summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/decimaldigit.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/unicode/decimaldigit.go')
-rw-r--r--src/pkg/unicode/decimaldigit.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/unicode/decimaldigit.go b/src/pkg/unicode/decimaldigit.go
index 1165e3ae1..ab65b433d 100644
--- a/src/pkg/unicode/decimaldigit.go
+++ b/src/pkg/unicode/decimaldigit.go
@@ -9,8 +9,6 @@ package unicode
// These ranges are the characters with the third field "Nd".
// Should generate automatically etc.
-import "unicode"
-
// Decimal digit is the set of Unicode characters with the "decimal digit" property.
var DecimalDigit = []Range{
Range{0x0030, 0x0039, 1},