summaryrefslogtreecommitdiff
path: root/tissue/issue.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tissue/issue.scm')
-rw-r--r--tissue/issue.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/tissue/issue.scm b/tissue/issue.scm
index 9c66f88..c68be9a 100644
--- a/tissue/issue.scm
+++ b/tissue/issue.scm
@@ -55,7 +55,6 @@
alist->issue
post->alist
alist->post
- authors
issues
index-issue))
@@ -193,17 +192,6 @@ return #f."
(time-monotonic->date
(make-time time-monotonic 0 timestamp)))
-(define authors
- (memoize-thunk
- (lambda ()
- "Return a list of all authors who have committed to this git
-repository. The returned list is sorted in lexicographic order."
- (sort (delete-duplicates
- (append-map (lambda (issue)
- (map post-author (issue-posts issue)))
- (issues)))
- string<?))))
-
(define (resolve-alias name aliases)
"Resolve NAME against ALIASES, a list of aliases. ALIASES should be
in the form of the argument of the same name to `tissue-configuration'