branch: elpa/hyperdrive commit 8f9887407f480d740cf8b52fb99c64c439f5c77f Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Tidy: (hyperdrive-fill-version-ranges) Use ignore --- hyperdrive-lib.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index a52f107408..6dbd6fb3a4 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -852,10 +852,7 @@ with no arguments." ;; existent/nonexistent entry, or at the limit. (cl-return (setf finishedp t))) (hyperdrive-fill (hyperdrive-copy-tree entry t) - ;; `hyperdrive-fill' is only used to fill the version ranges; - ;; the filled-entry is thrown away. - :then (lambda (_filled-entry) - ) + :then #'ignore :else (lambda (err) ;; TODO: Better error handling. (pcase (plz-response-status (plz-error-response err))