Remove dead properties
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Sat, 7 Sep 2019 13:44:01 +0000 (15:44 +0200)
committerKrinkle <krinklemail@gmail.com>
Sat, 7 Sep 2019 16:34:55 +0000 (16:34 +0000)
commit23daef5c1839f5c7531c067cce763d1dabd38277
treec8c4ef768c29929785d9b05a661b4be55bca9f34
parent8697ba835463c9413699a01293cf8f4e88ef8e35
Remove dead properties

*LogPage::timestamp was introduced with r4919 back in 2004, and is unused
since then.
*ApiMain::mCommit was introduced in r33133, then removed in r33381 but that
line was forgotten.
*SpecialRecentChangesLinked::mResultEmpty was introduced in r36682, then
removed at some point with this leftover.
*SpecialStatistics::hook, introduced in r54511 and unused since then.
*MergeMessageFileList::hasError introduced in Id4b16083435ef7f4fce31861c72889e664d07236
and removed in I3d9cf1d614dacaa91fb2092019ccf1d14d61ccab with a leftover

Change-Id: Ie15c148a3217ee8da62874840f3ef7739893f69e
includes/api/ApiMain.php
includes/logging/LogPage.php
includes/specials/SpecialRecentChangesLinked.php
includes/specials/SpecialStatistics.php
maintenance/mergeMessageFileList.php