diff options
Diffstat (limited to 'getPatches.go')
| -rw-r--r-- | getPatches.go | 7 |
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 } +*/ |
