(mime-edit-normalize-body): Abolish unused local variable.
authormorioka <morioka>
Tue, 9 Jun 1998 06:27:14 +0000 (06:27 +0000)
committermorioka <morioka>
Tue, 9 Jun 1998 06:27:14 +0000 (06:27 +0000)
mime-edit.el

index fef7f76..56e77b0 100644 (file)
@@ -2090,9 +2090,7 @@ Content-Transfer-Encoding: 7bit
        ;; encoded.
        (let* ((encoding "base64")      ;Encode in BASE64 by default.
               (beg (mime-edit-content-beginning))
-              (end (mime-edit-content-end))
-              (body (buffer-substring beg end))
-              )
+              (end (mime-edit-content-end)))
          (mime-encode-region beg end encoding)
          (mime-edit-define-encoding encoding))
        (forward-line 1)