summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-05 00:31:19 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-05 00:31:19 +0000
commit485946f296213297eea4cc5661705cb3d2e470df (patch)
tree60de005fdc8351ddf6e08964917b4618151cbb5d /includes
parent4633340d9b2ab71bbbffe4c7b2f81fdd5a557f41 (diff)
downloadbrdo-485946f296213297eea4cc5661705cb3d2e470df.tar.gz
brdo-485946f296213297eea4cc5661705cb3d2e470df.tar.bz2
- Patch #908578 by jonhattan: dependents array key not used in any place across the code.
Diffstat (limited to 'includes')
-rw-r--r--includes/update.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/update.inc b/includes/update.inc
index 23b414c60..de200d6b6 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -740,7 +740,6 @@ function update_fix_d7_install_profile() {
// Merge in defaults.
$info = $info + array(
'dependencies' => array(),
- 'dependents' => array(),
'description' => '',
'package' => 'Other',
'version' => NULL,