From 25043d962b6d2bf755d7a105bad6c4f2302c16b9 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Sun, 8 Jan 2012 16:09:36 +0900
Subject: [PATCH] Issue #1338110 by aaron.r.carlton: Fixed remove the protected
 variable () if it's not used in tracker.test.

---
 core/modules/tracker/tracker.test | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/tracker/tracker.test b/core/modules/tracker/tracker.test
index 3cc227eae178..a559f1b64be5 100644
--- a/core/modules/tracker/tracker.test
+++ b/core/modules/tracker/tracker.test
@@ -8,7 +8,6 @@
 class TrackerTest extends DrupalWebTestCase {
   protected $user;
   protected $other_user;
-  protected $new_node;
 
   public static function getInfo() {
     return array(
-- 
GitLab