Page MenuHomePhabricator

Potentially unused functions
Closed, InvalidPublic

Description

Author: nickpj

Description:
At first glance some functions defined in MediaWiki 1.5.0 do not appear to be
explicitly used. I will shortly attach a list of these. Those functions that
really are never used can probably be removed.


Version: 1.5.x
Severity: minor
OS: Windows 2000
Platform: PC

Details

Reference
bz3705

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 8:52 PM
bzimport set Reference to bz3705.
bzimport added a subscriber: Unknown Object (MLST).

nickpj wrote:

A list of potentially unused functions.

Note that function names like the example shown below are most probably called
using variable function names:
includes/SpecialGroups.php:13:function wfSpecialGroups() {
I.e.:
includes/SpecialXXX.php:\d+:function wfSpecialXXX() {

Some other functions may be called in this way too, although most of the listed
items will probably be correct.

Attached:

robchur wrote:

These functions are all used, as far as I know. I don't see much point in this
bug, I'm afraid. Closing as invalid, if no-one else objects.