From: Cristy Date: Thu, 7 Sep 2017 13:13:41 +0000 (-0400) Subject: Eliminate compiler warnings X-Git-Tag: 7.0.7-1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f3966e92c611ac865e299185cd059603da25c7;p=imagemagick Eliminate compiler warnings --- diff --git a/coders/psd.c b/coders/psd.c index ac557e0b2..a7f09b23b 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -3331,10 +3331,6 @@ static MagickBooleanType WritePSDImage(const ImageInfo *image_info, const StringInfo *icc_profile; - Image - *base_image, - *next_image; - MagickBooleanType status;