branch: externals/vc-jj
commit 9a77b0e164709714a969890f8c7e29cd3ff37743
Author: Kristoffer Balintona <[email protected]>
Commit: Kristoffer Balintona <[email protected]>

    Remove lingering commented lines
---
 vc-jj.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/vc-jj.el b/vc-jj.el
index 10b7f5d0ed..9b98cfdb10 100644
--- a/vc-jj.el
+++ b/vc-jj.el
@@ -175,13 +175,6 @@ stderr and1 `vc-do-command' cannot separate output to 
stdout and stderr."
            nil
            (append global-switches flags filesets))))
 
-;;;###autoload (defun vc-jj-registered (file)
-;;;###autoload   "Return non-nil if FILE is registered with jj."
-;;;###autoload   (if (and (vc-find-root file ".jj")   ; Short cut.
-;;;###autoload            (executable-find "jj"))
-;;;###autoload       (progn
-;;;###autoload         (load "vc-jj" nil t)
-;;;###autoload         (vc-jj-registered file))))
 (defun vc-jj-registered (file)
   "Check whether FILE is registered with jj."
   (and-let* ((vc-jj-program (executable-find vc-jj-program))

Reply via email to