]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: remove unused variable in `notmuch-show-insert-part-message/rfc822'
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Fri, 25 Nov 2011 22:23:31 +0000 (02:23 +0400)
committerDavid Bremner <bremner@debian.org>
Thu, 8 Dec 2011 00:00:24 +0000 (20:00 -0400)
An obvious cleanup.  I wonder why there was no warning about this
during compilation.

emacs/notmuch-show.el

index 20259ceb7c6e5704223390dfb805071fb5ecabdf..db691d428144c65c8de1cecca388be11f36c4f62 100644 (file)
@@ -519,7 +519,6 @@ current buffer, if possible."
 (defun notmuch-show-insert-part-message/rfc822 (msg part content-type nth depth declared-type)
   (notmuch-show-insert-part-header nth declared-type content-type nil)
   (let* ((message (car (plist-get part :content)))
-        (headers (plist-get message :headers))
         (body (car (plist-get message :body)))
         (start (point)))