aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-bzr.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-05-18 07:13:08 +0000
committerDan Nicolaescu <[email protected]>2008-05-18 07:13:08 +0000
commit3c9ee7c915c5a630860bc395751fe5591ed7b044 (patch)
treeab420590d8b44a111476cfd9bc6cfca0a47eb23e /lisp/vc-bzr.el
parent87bd269a9472f62a7e3a41d5642fc213a790c065 (diff)
(vc-bzr-after-dir-status): Remove unused binding.
Diffstat (limited to 'lisp/vc-bzr.el')
-rw-r--r--lisp/vc-bzr.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el
index fe3f995482..d9f8a127f3 100644
--- a/lisp/vc-bzr.el
+++ b/lisp/vc-bzr.el
@@ -575,7 +575,6 @@ stream. Standard error output is discarded."
;; XXX: this needs testing, it's probably incomplete.
(defun vc-bzr-after-dir-status (update-function)
(let ((status-str nil)
- (file nil)
(translation '(("+N" . added)
("-D" . removed)
(" M" . edited)