From b014ce1ca8ff2625250df8316b86aead8fd2437c Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 6 Oct 2013 22:41:03 -0700 Subject: [PATCH] Issue #2080703 by chertzog | mrsinguyen: Remove Unused local variable from /core/modules/rdf/rdf.module. --- core/modules/rdf/rdf.module | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/rdf/rdf.module b/core/modules/rdf/rdf.module index fce7f1cce9a1..4cc462c4560e 100644 --- a/core/modules/rdf/rdf.module +++ b/core/modules/rdf/rdf.module @@ -254,7 +254,6 @@ function rdf_theme() { function rdf_preprocess_html(&$variables) { // Adds RDF namespace prefix bindings in the form of an RDFa 1.1 prefix // attribute inside the html element. - $prefixes = array(); if (!isset($variables['html_attributes']['prefix'])) { $variables['html_attributes']['prefix'] = array(); }