Decompiler: remove unused unsetArray() used by __LINE__
This commit is contained in:
parent
8f8ebf1627
commit
63e3a815da
|
@ -70,11 +70,6 @@ function str($code, $indent = '') // {{{
|
|||
return (string) $code;
|
||||
}
|
||||
// }}}
|
||||
function unsetArray(&$array, $name) // {{{
|
||||
{
|
||||
unset($array[$name]);
|
||||
}
|
||||
// }}}
|
||||
|
||||
function foldToCode($src, $indent = '') // {{{ wrap or rewrap anything to Decompiler_Code
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue