summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)