branch: elpa/git-commit
commit 42a954adb4db813a59c2c18b1d77bc2d8b1d6ced
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Remove unnecessary variable declaration
---
lisp/magit-base.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index 4747b9349f..536b3a6566 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -57,8 +57,6 @@
(eval-when-compile (require 'which-func))
(declare-function which-function "which-func" ())
-(defvar magit-wip-before-change-mode)
-
;;; Options
(defcustom magit-completing-read-function #'magit-builtin-completing-read