From: Timo Tijhof Date: Mon, 13 Jun 2016 23:26:37 +0000 (+0200) Subject: parser: Remove redundant comment about revisionsize cache vary X-Git-Tag: 1.31.0-rc.0~6624 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=8eca3b5027521b4d00fd3198ba16e8299069a920;p=lhc%2Fweb%2Fwiklou.git parser: Remove redundant comment about revisionsize cache vary Follows-up 457431b. Change-Id: Iac3e4d6c11de3737155e7f7ff35ec7a6a3873865 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index dcc35bd527..cbdfec38b3 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -2654,8 +2654,6 @@ class Parser { $value = $this->getRevisionUser(); break; case 'revisionsize': - # Let the edit saving system know we should parse the page - # *after* a revision ID has been assigned. This is for null edits. $value = $this->getRevisionSize(); break; case 'namespace':