]> granicus.if.org Git - imagemagick/commitdiff
Removed empty built-in configuration.
authorDirk Lemstra <dirk@lemstra.org>
Sat, 12 Oct 2019 14:49:12 +0000 (16:49 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Sat, 12 Oct 2019 14:49:12 +0000 (16:49 +0200)
MagickCore/mime.c

index bcabcd2e6403d33dbe2e333c7cb95b875a541369..06344d2e57eb8704f92c1d5228c7086dc5838104 100644 (file)
@@ -109,12 +109,6 @@ struct _MimeInfo
 /*
   Static declarations.
 */
-static const char
-  *MimeMap = (char *)
-    "<?xml version=\"1.0\"?>"
-    "<mimemap>"
-    "</mimemap>";
-
 static LinkedListInfo
   *mime_cache = (LinkedListInfo *) NULL;
 
@@ -185,8 +179,6 @@ MagickExport LinkedListInfo *AcquireMimeCache(const char *filename,
     options=DestroyConfigureOptions(options);
   }
 #endif
-  if (IsLinkedListEmpty(cache) != MagickFalse)
-    status&=LoadMimeCache(cache,MimeMap,"built-in",0,exception);
   return(cache);
 }
 \f