]> granicus.if.org Git - neomutt/commitdiff
'last' is assigned but never used. Remove assignment.
authorErik Hovland <erik@hovland.org>
Thu, 12 Mar 2009 23:12:52 +0000 (16:12 -0700)
committerErik Hovland <erik@hovland.org>
Thu, 12 Mar 2009 23:12:52 +0000 (16:12 -0700)
recvcmd.c

index 05829a4711d724b3159daa84916caa72c6d69f7d..2a8f7df39d9a989d5b8c6f57d25c9974a6b738f7 100644 (file)
--- a/recvcmd.c
+++ b/recvcmd.c
@@ -509,7 +509,7 @@ _("Can't decode all tagged attachments.  MIME-forward the others?"))) == -1)
     }
 
     if (mime_fwd_any && 
-       (last = copy_problematic_attachments (fp, last, idx, idxlen, mime_fwd_all)) == NULL)
+       copy_problematic_attachments (fp, last, idx, idxlen, mime_fwd_all) == NULL)
       goto bail;
   }