From eec130b79705a4cb305fc48c21b6b9ed14e30b9a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 2 Jun 2021 02:10:51 +0200 Subject: cleanup unused code --- skate/author.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 skate/author.go diff --git a/skate/author.go b/skate/author.go deleted file mode 100644 index 55fea2f..0000000 --- a/skate/author.go +++ /dev/null @@ -1,7 +0,0 @@ -package skate - -// SlugifyAuthors returns a slug version of a list of raw author names. Useable -// as match key or part of a match key. -func SlugifyAuthors(s string) string { - return "" -} -- cgit v1.2.3