MDL-18644 Both if and else end with return therefore another return afterwards is
obsolete
This commit is contained in:
@@ -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
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user