aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--reader/reader.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/reader/reader.go b/reader/reader.go
index e02ea8c..d81108b 100644
--- a/reader/reader.go
+++ b/reader/reader.go
@@ -73,9 +73,6 @@ type ExtractedCell struct {
value string
}
-// two alphabet lengths
-const ablen int = 52
-
//alphSingle generates all the letters of the alphabet
func alphaSingle() []string {
letters := make([]string, 26)