1
0
Fork 0

Decompiler: remove unused unsetArray() used by __LINE__

This commit is contained in:
Xuefer 2015-07-16 15:19:13 +08:00
parent 8f8ebf1627
commit 63e3a815da
1 changed files with 0 additions and 5 deletions

View File

@ -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
{