specialpage: Remove unused QueryPage::doFeed()
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 25 Mar 2019 08:17:06 +0000 (09:17 +0100)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Mon, 25 Mar 2019 08:42:48 +0000 (09:42 +0100)
commit7a9bdff60dc0f32ee5e4b59d70f747d048103625
tree10fdc7a6aa49b0b0a6e90c3c52d0e13eec153216
parent28b8d632ad487182c1f65c32dad9e921f80ccd02
specialpage: Remove unused QueryPage::doFeed()

This code was written in 2004, and pretty much untouched since then.

The last non-trivial update to this code was done in 2014 via I1de6301.
But as far as I can tell this was just maintenance, not motivated by
somebody actually using this code.

I suspect this is unused for a long time already, long before 2014.
Possibly even unused in 2004. Really: I tried to dig into the revision
history of the core codebase to find when and where this was used, and
when it became unused. I could not find anything. I also used
https://codesearch.wmflabs.org to make sure there are no known callers
or subclasses hidden anywhere. I could not find anything either.

In conclusion I suggest to skip any deprecation phase.

Change-Id: I5f52c44760b903bcb348bebf8c6a0f6faf8180b7
includes/specialpage/QueryPage.php