From ca66a42fd16d9724d5dc8acd7516f623fa65e00e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 04:58:42 -0600 Subject: remove lots of old stuff --- getPatches.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'getPatches.go') diff --git a/getPatches.go b/getPatches.go index f5875ca..46e8587 100644 --- a/getPatches.go +++ b/getPatches.go @@ -1,12 +1,7 @@ package repolist import ( - "os" - "path/filepath" - "strings" - "go.wit.com/lib/gui/repostatus" - "go.wit.com/log" ) type Patch struct { @@ -18,6 +13,7 @@ type Patch struct { // move all this to repolist and gowit repos +/* func (repo *RepoRow) GetPatches(oldname string, newname string) (int, []*Patch) { var patchcount int patches := make([]*Patch, 0, 0) @@ -113,3 +109,4 @@ func (r *RepoList) MakePatchset(setdir string) bool { } return true } +*/ -- cgit v1.2.3