From c14e4ab5b155d23b0e7bb9d4ae0e18769cc3418a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 06:26:32 -0500 Subject: clean house on this app --- control.read.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'control.read.go') 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 } +*/ -- cgit v1.2.3