summaryrefslogtreecommitdiff
path: root/getPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 04:58:42 -0600
committerJeff Carr <[email protected]>2025-01-07 04:58:42 -0600
commitca66a42fd16d9724d5dc8acd7516f623fa65e00e (patch)
tree68b3059898bcdcb2d768b409f4ce59d65b60000e /getPatches.go
parent7cc064dec034ba2dddf5eced0ce2206ecf56981b (diff)
remove lots of old stuff
Diffstat (limited to 'getPatches.go')
-rw-r--r--getPatches.go7
1 files changed, 2 insertions, 5 deletions
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
}
+*/