branch: elpa/hyperdrive
commit bb7a699a4bc44ffa448ceddfd4cb89a0c6bc93aa
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Remove FIXME
Unable to reproduce this issue.
---
hyperdrive-lib.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 67d7001dd0..da0202355a 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -286,7 +286,6 @@ before making the entry struct."
;; `h/create', but perhaps it would be good to add a function which
wraps
;; `h/create' and returns either an existing hyperdrive or a new one?
(hyperdrive (pcase host
- ;; FIXME: Duplicate hyperdrive (one has domain and
nothing else)
((rx ".") ; Assume host is a DNSLink domain.
;; See code for
<https://github.com/RangerMauve/hyper-sdk#sdkget>.
(when (and (>= emacs-major-version 29)