summaryrefslogtreecommitdiff
path: root/control.read.go
diff options
context:
space:
mode:
Diffstat (limited to 'control.read.go')
-rw-r--r--control.read.go8
1 files changed, 2 insertions, 6 deletions
diff --git a/control.read.go b/control.read.go
index ee0673a..e5de915 100644
--- a/control.read.go
+++ b/control.read.go
@@ -1,14 +1,8 @@
package main
import (
- "bufio"
- "os"
- "path/filepath"
"strings"
"unicode"
-
- "go.wit.com/lib/protobuf/gitpb"
- "go.wit.com/log"
)
func trimNonNumericPrefix(s string) string {
@@ -25,6 +19,7 @@ func trimNonNumericPrefix(s string) string {
return s[firstDigitIndex:]
}
+/*
// readGitConfig reads and parses the control file
func readControlFile(repo *gitpb.Repo) error {
pairs := make(map[string]string)
@@ -102,3 +97,4 @@ func readControlFile(repo *gitpb.Repo) error {
return nil
}
+*/