Navigation Menu

Skip to content

Commit

Permalink
Fixed warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 17, 2018
1 parent c3f79ad commit ff77327
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MagickCore/constitute.c
Expand Up @@ -491,9 +491,6 @@ MagickExport Image *ReadImage(const ImageInfo *image_info,
if ((magick_info != (const MagickInfo *) NULL) &&
(GetMagickDecoderSeekableStream(magick_info) != MagickFalse))
{
MagickBooleanType
status;

image=AcquireImage(read_info,exception);
(void) CopyMagickString(image->filename,read_info->filename,
MagickPathExtent);
Expand Down Expand Up @@ -553,9 +550,6 @@ MagickExport Image *ReadImage(const ImageInfo *image_info,
}
else
{
MagickBooleanType
status;

delegate_info=GetDelegateInfo(read_info->magick,(char *) NULL,exception);
if (delegate_info == (const DelegateInfo *) NULL)
{
Expand Down

0 comments on commit ff77327

Please sign in to comment.