From b8f6b25f87fe09badab11b3e9e4c55c96588573f Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 31 Mar 2021 02:19:22 +0200 Subject: drop obsolete code --- skate/schema.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/skate/schema.go b/skate/schema.go index e09b7f9..b4d8242 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -246,18 +246,6 @@ func (cr *ClusterResult) OneNonRef() (*Release, error) { return nil, fmt.Errorf("no reference/release found") } -// Group is a cluster with explicit groups. The content is unparsed, e.g. it -// can contain raw json strings. -type Group struct { - Key string - A []string - B []string -} - -func (g *Group) String() string { - return fmt.Sprintf("", len(g.A), len(g.B)) -} - // MinimalCitations variant from archive.org/details/wikipedia_citations_2020-07-14. type MinimalCitations struct { IDList string `json:"ID_list"` -- cgit v1.2.3