rm dead function

This commit is contained in:
Ted Unangst 2019-11-08 16:58:36 -05:00
parent cb4fe912ab
commit d59a13efd3
1 changed files with 0 additions and 4 deletions

4
fun.go
View File

@ -526,10 +526,6 @@ func handles(xid string) (string, string) {
return handle, handle + "@" + originate(xid)
}
func prepend(s string, x []string) []string {
return append([]string{s}, x...)
}
func butnottooloud(aud []string) {
for i, a := range aud {
if strings.HasSuffix(a, "/followers") {