From 0bc9bed597bb4d3333834da0ce4a4dc03b6b2d0d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 3 Dec 2024 00:34:39 -0600 Subject: more refactor to protobuf --- getPatches.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'getPatches.go') diff --git a/getPatches.go b/getPatches.go index aaaa472..90c429f 100644 --- a/getPatches.go +++ b/getPatches.go @@ -82,6 +82,11 @@ func (repo *RepoRow) GetMasterPatches() (int, []*Patch) { return c, all } +func isEmpty(a any) bool { + return false +} + + func (r *RepoList) MakePatchset(setdir string) bool { for _, repo := range r.allrepos { userv := repo.Status.GetUserVersion() -- cgit v1.2.3