branch: elpa/hyperdrive
commit 4e3de1605e3235a571014db8219c98237b571578
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>

    Comment: Remove TODO
---
 hyperdrive-lib.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index bb81d669df..59253168eb 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1461,8 +1461,6 @@ Default function; see variable 
`h/gateway-start-function'."
   (with-timeout (4 (h/error "Gateway still running"))
     (cl-loop while (h/gateway-live-p)
              do (sleep-for 0.2)))
-  ;; TODO: Consider killing the process buffer and setting the variable nil in
-  ;; the sentinel.
   (kill-buffer (process-buffer h/gateway-process))
   (setf h/gateway-process nil)
   (h/message "Gateway stopped."))

Reply via email to