From 82cbe9c1a304ea53b16cb1c3e4b396eb4efa98fc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 13 May 2020 11:55:00 +0200 Subject: messages: Remove unused wishlist-bugs. --- mumi/messages.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mumi/messages.scm b/mumi/messages.scm index df18c25..7efd74e 100644 --- a/mumi/messages.scm +++ b/mumi/messages.scm @@ -38,7 +38,6 @@ recent-bugs forgotten-issues easy-bugs - wishlist-bugs bugs-by-severity multipart-message? @@ -228,11 +227,6 @@ about." (let ((ids (db:bugs-by-tag "easy"))) (status-with-cache ids))) -(define (wishlist-bugs) - "Return all bugs that have been tagged \"wishlist\"." - (let ((ids (db:bugs-by-tag "wishlist"))) - (status-with-cache ids))) - (define* (bugs-by-severity severity #:optional status) "Return severe bugs." (let* ((severity-ids (db:bugs-by-severity severity)) -- cgit v1.2.3