diff options
author | Brion Vibber <brion@users.mediawiki.org> | 2008-04-30 17:20:27 +0000 |
---|---|---|
committer | Brion Vibber <brion@users.mediawiki.org> | 2008-04-30 17:20:27 +0000 |
commit | a849f6fe5711baf2512bc12dbb3638941f9c9e6e (patch) | |
tree | 7b1d849aa2c4d3d81abbdcc4603a48e15e54ae0f /includes/Profiler.php | |
parent | 91e7548aeee8d7487da2e3bcc2b9ec0157d20b83 (diff) | |
download | mediawikicore-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.php | 1 |
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); |