mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 13:26:38 +02:00
Removes unused method.
This commit is contained in:
@@ -77,17 +77,4 @@ function load_commented_json($file) {
|
|||||||
return json_decode($str, true);
|
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