changes: Remove unused code from ChangesFeed.php
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 13 Apr 2019 23:03:46 +0000 (00:03 +0100)
committerReedy <reedy@wikimedia.org>
Sun, 14 Apr 2019 01:16:46 +0000 (01:16 +0000)
commit6f4d15e38580720d8e4915194834d80d873bd58b
tree48ac4dc512dec8f3e1d7844adb6f913300e5899d
parentf950cc221ed58a83c08fb816aa8faee8fbcbe09d
changes: Remove unused code from ChangesFeed.php

This class is only constructed by ApiFeedRecentchanges, which
only calls either '$feed->getFeedObject' or '::buildItems',
neither of which call into the remaining methods on this class.

Appears to be a left over from an old refactor, perhaps from
when it was split out into FeedItem/ChannelFeed etc.

Change-Id: I89e13af992fd091d714d6f74735f03a5bfe9d238
includes/changes/ChangesFeed.php