diff --git a/core/modules/tour/tour.module b/core/modules/tour/tour.module
index 06a8554..85ddbf3 100644
--- a/core/modules/tour/tour.module
+++ b/core/modules/tour/tour.module
@@ -113,7 +113,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');
 
