Unused variables in Network removed

This commit is contained in:
evilbloodydemon 2011-04-22 23:49:50 +04:00
parent 255dc1c44b
commit ad73c7038c
3 changed files with 0 additions and 3 deletions

View file

@ -350,7 +350,6 @@ class HttpResponse implements ArrayAccess {
if ($hex == false) {
return $escape;
}
$regexChars = '';
foreach ($escape as $key => $char) {
$escape[$key] = '\\x' . str_pad(dechex(ord($char)), 2, '0', STR_PAD_LEFT);
}