From a849f6fe5711baf2512bc12dbb3638941f9c9e6e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 30 Apr 2008 17:20:27 +0000 Subject: [PATCH] and eat that unneeded table name var --- includes/Profiler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Profiler.php b/includes/Profiler.php index 1ccf4ed33c..7ebc1447cf 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); -- 2.20.1