From 77c0c78dd90bb7d26597fabc9d9f3eef938cc752 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 4 Apr 2010 13:44:49 +0000 Subject: - Patch #760982 by yhager, jbrown, aspilicious, David_Rothstein: tokenizer PHP extension not required. --- includes/registry.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/registry.inc') diff --git a/includes/registry.inc b/includes/registry.inc index c06dbe767..13b653f69 100644 --- a/includes/registry.inc +++ b/includes/registry.inc @@ -162,7 +162,6 @@ function _registry_parse_files($files) { * (optional) Weight of the module. */ function _registry_parse_file($filename, $contents, $module = '', $weight = 0) { - static $map = array(T_CLASS => 'class', T_INTERFACE => 'interface'); // Delete registry entries for this file, so we can insert the new resources. db_delete('registry') ->condition('filename', $filename) -- cgit v1.2.3