Issue #2218849 by hellboy2k8: Remove unused line from twig_render_template().

8.0.x
webchick 2014-03-16 12:01:28 -07:00
parent be6f7a25b3
commit caad3b8047
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ function twig_init(Extension $theme) {
* The output generated by the template, plus any debug information.
*/
function twig_render_template($template_file, $variables) {
$variables['_references'] = array();
$output = array(
'debug_prefix' => '',
'debug_info' => '',