Remove unused acceptListRedirects()
authorChad Horohoe <chadh@wikimedia.org>
Thu, 30 Jan 2014 19:08:01 +0000 (11:08 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 30 Jan 2014 19:08:29 +0000 (11:08 -0800)
Change-Id: I411f6f9934917b424591287f5bebbb8183952f32

includes/search/SearchEngine.php

index 2b149cd..4155635 100644 (file)
@@ -65,16 +65,6 @@ class SearchEngine {
                return null;
        }
 
-       /**
-        * If this search backend can list/unlist redirects
-        * @deprecated since 1.18 Call supports( 'list-redirects' );
-        * @return bool
-        */
-       function acceptListRedirects() {
-               wfDeprecated( __METHOD__, '1.18' );
-               return $this->supports( 'list-redirects' );
-       }
-
        /**
         * @since 1.18
         * @param $feature String