From: Gustav HÃ¥llberg Date: Mon, 3 Aug 2009 12:55:41 +0000 (+0200) Subject: stgit.el: Remove unused variable stgit-work-ewoc X-Git-Tag: v0.15-rc2~11^2~56 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/08f8447da694e01d6092f8b376c11ccf1e4a2630?ds=inline stgit.el: Remove unused variable stgit-work-ewoc Signed-off-by: Gustav HÃ¥llberg --- diff --git a/contrib/stgit.el b/contrib/stgit.el index 7e0c10d..c013a83 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -444,8 +444,6 @@ (defun stgit-insert-patch-files (patch) "-C"))) (ewoc (ewoc-create #'stgit-file-pp nil nil t))) (setf (stgit-patch-files-ewoc patch) ewoc) - (when (eq patchsym :work) - (setq stgit-work-ewoc ewoc)) (with-temp-buffer (apply 'stgit-run-git (cond ((eq patchsym :work)