branch: elpa/magit
commit 7eb4b2b863c425e8ba97b1e7fea963a8c1e09f62
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit--age-spec: Remove unnecessary variable declaration
---
lisp/magit-margin.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el
index 5917d92c7c0..d60b13f90dc 100644
--- a/lisp/magit-margin.el
+++ b/lisp/magit-margin.el
@@ -54,8 +54,6 @@ does not carry to other options."
(defvar-local magit-set-buffer-margin-refresh nil)
-(defvar magit--age-spec)
-
;;; Commands
(transient-define-prefix magit-margin-settings ()