Remove SquidUpdate::newFromLinksTo()
authorKevin Israel <pleasestand@live.com>
Mon, 6 Oct 2014 14:18:32 +0000 (10:18 -0400)
committerUmherirrender <umherirrender_de.wp@web.de>
Mon, 6 Oct 2014 18:19:10 +0000 (18:19 +0000)
commite189306d5141113416472b949ec07763d55416fb
treed32c71dd727a42edaa1d0f9bf9681caa8ea0866a
parenteb221f575ddb8741c58cf198006f5223f0837613
Remove SquidUpdate::newFromLinksTo()

This has been broken since r9199 / e0ce5a322e41; a DB query error will occur
because the links table no longer exists, and even if the table were to
exist, the pl_* columns would not exist in that table.

There is no usage in core or Gerrit-hosted extensions.

Change-Id: I4922f85417bfb4d40f08662ba100ab5b78edd5fb
includes/deferred/SquidUpdate.php