* Removing a handful of unused globals.
authorNick Jenkins <nickj@users.mediawiki.org>
Tue, 23 Jan 2007 07:29:58 +0000 (07:29 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Tue, 23 Jan 2007 07:29:58 +0000 (07:29 +0000)
commit61678d8a5d51cc8c09407236d2c42c3cc77f813a
tree20702e70f36784a5932b389a6e4eb630d44d4dbb
parentf88c771756c580442fe7ca2f84bcbb8067b77f57
* Removing a handful of unused globals.
* $stack is not modified in Profiler::calltreeCount(), no need to pass-by-ref.
* Add FIXME marker to non-cross-platform line.
* A freshly created string does not need to be returned by reference. [Xml::namespaceSelector() and HTMLnamespaceselector() ].
includes/Parser.php
includes/Profiler.php
includes/ProtectionForm.php
includes/SpecialResetpass.php
includes/Wiki.php
includes/Xml.php
includes/XmlFunctions.php