mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Removes unused method.
This commit is contained in:
@@ -77,17 +77,4 @@ function load_commented_json($file) {
|
||||
return json_decode($str, true);
|
||||
}
|
||||
|
||||
/* unused
|
||||
function merge_config($a, $b) {
|
||||
|
||||
$result = array_merge(array(), $a);
|
||||
|
||||
foreach ($b as $key => $value) {
|
||||
$result[$key] = array_merge($result[$key], $b[$key]);
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
*/
|
||||
|
||||
?>
|
Reference in New Issue
Block a user