MDL-18644 Both if and else end with return therefore another return afterwards is

obsolete
This commit is contained in:
mudrd8mz
2009-03-23 09:45:42 +00:00
parent 5a1655832f
commit 6f49985bb8
+1 -2
View File
@@ -269,7 +269,6 @@ class perf_mysql extends adodb_perf{
if (isset($_SESSION['INNODB_HIT_PCT'])) return $_SESSION['INNODB_HIT_PCT'];
return 0;
}
return 0;
}
function GetKeyHitRatio()
@@ -312,4 +311,4 @@ class perf_mysql extends adodb_perf{
}
// end hack
}
?>
?>