diff --git a/lib/gitlab/markdown.rb b/lib/gitlab/markdown.rb index b9615f9501285177b5ba89aca964dcf2662ee089..5c4481e64977e7f876a9e7bd81886a5412b8511b 100644 --- a/lib/gitlab/markdown.rb +++ b/lib/gitlab/markdown.rb @@ -45,11 +45,6 @@ module Gitlab html_pipeline.call(text, context) end - def self.cached?(cache_key, pipeline: :full) - cache_key = full_cache_key(cache_key, pipeline) - cache_key ? Rails.cache.exist?(cache_key) : false - end - # Perform post-processing on an HTML String # # This method is used to perform state-dependent changes to a String of