From fe43328482b6b72c4f6ba467fe5e7c311b5509b2 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Wed, 11 Sep 2024 00:15:41 +0100 Subject: [PATCH] Remove unused field --- unidata/codepoint.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unidata/codepoint.go b/unidata/codepoint.go index 0c127b6..3606fe3 100644 --- a/unidata/codepoint.go +++ b/unidata/codepoint.go @@ -29,9 +29,9 @@ type ( } name struct { - aliases []string - refs []rune - decompose []rune + aliases []string + refs []rune + //decompose []rune } Width uint8 // Unicode width