summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-03 23:52:23 +0200
committerGitHub <noreply@github.com>2018-10-03 23:52:23 +0200
commitb12dbd21abedcfab84b249df52c5e5a039e3d028 (patch)
treec0c19de509b1fb70b398cf11cbb696ef898ed255 /Bugzilla
parenta909ede27722b171486e85cd07f5f9720d7dbb28 (diff)
downloadbugzilla-b12dbd21abedcfab84b249df52c5e5a039e3d028.tar.gz
bugzilla-b12dbd21abedcfab84b249df52c5e5a039e3d028.tar.xz
no bug - make libcmark-gfm optional (#792)
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Requirements.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index c4813abde..beed721f3 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -96,7 +96,6 @@ use constant FEATURE_FILES => (
patch_viewer => ['Bugzilla/Attachment/PatchReader.pm'],
updates => ['Bugzilla/Update.pm'],
mfa => ['Bugzilla/MFA/*.pm'],
- markdown => ['Bugzilla/Markdown.pm'],
memcached => ['Bugzilla/Memcache.pm'],
s3 => ['Bugzilla/S3.pm', 'Bugzilla/S3/Bucket.pm', 'Bugzilla/Attachment/S3.pm']
);