From: Dirk Lemstra Date: Thu, 9 Feb 2017 20:56:39 +0000 (+0100) Subject: Removed unnecessary statement. X-Git-Tag: 7.0.4-8~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fe188ea77f35c6743ca53acffa009a625578a1c;p=imagemagick Removed unnecessary statement. --- diff --git a/Magick++/lib/Exception.cpp b/Magick++/lib/Exception.cpp index 056f87b5a..f5774f922 100644 --- a/Magick++/lib/Exception.cpp +++ b/Magick++/lib/Exception.cpp @@ -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) {