aboutsummaryrefslogtreecommitdiffstats
path: root/reader
diff options
context:
space:
mode:
Diffstat (limited to 'reader')
-rw-r--r--reader/reader.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/reader/reader.go b/reader/reader.go
index 6745d8b..e02ea8c 100644
--- a/reader/reader.go
+++ b/reader/reader.go
@@ -73,8 +73,6 @@ type ExtractedCell struct {
value string
}
-var lowerAlpha [2]string = [2]string{"A", "B"}
-
// two alphabet lengths
const ablen int = 52