summaryrefslogtreecommitdiff
path: root/includes/registry.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-04 13:44:49 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-04 13:44:49 +0000
commit77c0c78dd90bb7d26597fabc9d9f3eef938cc752 (patch)
tree3adfb4bfbeac6707c465d4b1e1a59d0107cdb159 /includes/registry.inc
parent7cd14c719dd0cd7515a363ea3e57ece8afd25705 (diff)
downloadbrdo-77c0c78dd90bb7d26597fabc9d9f3eef938cc752.tar.gz
brdo-77c0c78dd90bb7d26597fabc9d9f3eef938cc752.tar.bz2
- Patch #760982 by yhager, jbrown, aspilicious, David_Rothstein: tokenizer PHP extension not required.
Diffstat (limited to 'includes/registry.inc')
-rw-r--r--includes/registry.inc1
1 files changed, 0 insertions, 1 deletions
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)