aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Profiler.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2008-04-30 17:20:27 +0000
committerBrion Vibber <brion@users.mediawiki.org>2008-04-30 17:20:27 +0000
commita849f6fe5711baf2512bc12dbb3638941f9c9e6e (patch)
tree7b1d849aa2c4d3d81abbdcc4603a48e15e54ae0f /includes/Profiler.php
parent91e7548aeee8d7487da2e3bcc2b9ec0157d20b83 (diff)
downloadmediawikicore-a849f6fe5711baf2512bc12dbb3638941f9c9e6e.tar.gz
mediawikicore-a849f6fe5711baf2512bc12dbb3638941f9c9e6e.zip
and eat that unneeded table name var
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/34056
Diffstat (limited to 'includes/Profiler.php')
-rw-r--r--includes/Profiler.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Profiler.php b/includes/Profiler.php
index 1ccf4ed33c95..7ebc1447cf87 100644
--- a/includes/Profiler.php
+++ b/includes/Profiler.php
@@ -311,7 +311,6 @@ class Profiler {
if (!is_object($dbw))
return false;
$errorState = $dbw->ignoreErrors( true );
- $profiling = $dbw->tableName('profiling');
$name = substr($name, 0, 255);