branch: externals/vc-got
commit 26b39debfce2730a67c973bc5ae75e4546bb0ca3
Author: Omar Polo <o...@omarpolo.com>
Commit: Omar Polo <o...@omarpolo.com>

    remove debug macroexpand
---
 vc-got.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/vc-got.el b/vc-got.el
index d9122ad..55d230c 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -180,8 +180,6 @@ If nil, use the value of `vc-diff-switches'.  If t, use no 
switches."
   (when (version<= version emacs-version)
     `(progn ,@body)))
 
-(macroexpand-1 '(vc-got--with-version<= "29.0.50" foobar))
-
 (defun vc-got--program-version ()
   "Return string representing the got version."
   (let (process-file-side-effects)

Reply via email to