Removes unused method.
This commit is contained in:
parent
7969e89bfb
commit
872be4ba19
1 changed files with 0 additions and 13 deletions
|
@ -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;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Add table
Reference in a new issue