(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiBlock.php
index 4779067..b58be11 100644 (file)
@@ -265,8 +265,4 @@ class ApiBlock extends ApiBase {
        public function getHelpUrls() {
                return 'https://www.mediawiki.org/wiki/API:Block';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }