diff options
-rw-r--r-- | includes/locale.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 6b0cf62a3..9e9c11057 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1602,7 +1602,6 @@ function _locale_update_js_files() { // when new files are added for example in the footer. $javascript = drupal_add_js(NULL, NULL, NULL); $files = FALSE; - $parsed = array(); foreach ($javascript as $scope) { foreach ($scope as $type => $data) { |