]> granicus.if.org Git - imagemagick/commitdiff
Removed unnecessary statement.
authorDirk Lemstra <dirk@git.imagemagick.org>
Thu, 9 Feb 2017 20:56:39 +0000 (21:56 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Thu, 9 Feb 2017 20:56:39 +0000 (21:56 +0100)
Magick++/lib/Exception.cpp

index 056f87b5a6d44634602266498ca3b22a0becb34e..f5774f922e1441bce0f0bb6825cf915837958801 100644 (file)
@@ -842,7 +842,6 @@ MagickPPExport void Magick::throwException(ExceptionInfo *exception_,
 
   message=formatExceptionMessage(exception_);
   nestedException=(Exception *) NULL;
-  q=(Exception *) NULL;
   LockSemaphoreInfo(exception_->semaphore);
   if (exception_->exceptions != (void *) NULL)
     {