From 0b8c9f46c4778baa91052eb2d4f55f8772b6166d Mon Sep 17 00:00:00 2001
From: Allen Shaw <allen@emphanos.com>
Date: Tue, 30 Apr 2013 14:45:21 -0700
Subject: [PATCH] Bug-fix: removed duplicate class variable declaration.
 CRM-12464

----------------------------------------
* CRM-12464: Search improvements in 4.4
  http://issues.civicrm.org/jira/browse/CRM-12464
---
 CRM/Core/PseudoConstant.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/CRM/Core/PseudoConstant.php b/CRM/Core/PseudoConstant.php
index 78be8ceaa7..474be1d2de 100644
--- a/CRM/Core/PseudoConstant.php
+++ b/CRM/Core/PseudoConstant.php
@@ -56,13 +56,6 @@ class CRM_Core_PseudoConstant {
    */
   private static $cache;
 
-  /**
-   * static cache for pseudoconstant arrays
-   * @var array
-   * @static
-   */
-  private static $cache;
-
   /**
    * location type
    * @var array
-- 
GitLab