Remove dead view cache code.

Now that cache files contain the response headers, this is no longer
needed. Remove what is now duplicate code.

Refs #2358
This commit is contained in:
mark_story 2013-06-12 21:30:42 -04:00
parent e454f2d2a3
commit e2d69402e7

View file

@ -565,9 +565,6 @@ class View extends Object {
unset($out);
return false;
} else {
if ($this->layout === 'xml') {
$response->type('xml');
}
return substr($out, strlen($match[0]));
}
}