From 01327bc8fa1a65693eeded6b31a9c9a8b24401c8 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Wed, 4 Dec 2013 00:50:26 -0800 Subject: [PATCH] Issue #2081187 by smiro: Remove Unused local variable from /core/modules/tour/tour.module. --- core/modules/tour/tour.module | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/tour/tour.module b/core/modules/tour/tour.module index 7aafeb3ed3e6..8bd9ec1a1a2f 100644 --- a/core/modules/tour/tour.module +++ b/core/modules/tour/tour.module @@ -110,7 +110,6 @@ function tour_preprocess_page(&$variables) { // @todo replace this with http://drupal.org/node/1918768 once it is committed. $path = current_path(); - $tour_items = array(); // Load all of the items and match on path. $tours = entity_load_multiple('tour'); -- GitLab