]> granicus.if.org Git - imagemagick/commitdiff
Remove 'unused statement'.
authorDirk Lemstra <dirk@git.imagemagick.org>
Fri, 15 Sep 2017 18:46:32 +0000 (20:46 +0200)
committerDirk Lemstra <dirk@git.imagemagick.org>
Fri, 15 Sep 2017 18:46:32 +0000 (20:46 +0200)
MagickCore/magick.c

index e6e3acfab0bc79242d0a1a1fb8fb799172b5ed19..d17cde90f3100272f3f372061253086061ed5ba7 100644 (file)
@@ -1028,7 +1028,6 @@ static void *DestroyMagickNode(void *magick_info)
 
 static MagickBooleanType IsMagickTreeInstantiated(ExceptionInfo *exception)
 {
-  (void) exception;
   if (magick_list == (SplayTreeInfo *) NULL)
     {
       if (magick_semaphore == (SemaphoreInfo *) NULL)