From 485946f296213297eea4cc5661705cb3d2e470df Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 5 Oct 2010 00:31:19 +0000 Subject: - Patch #908578 by jonhattan: dependents array key not used in any place across the code. --- includes/update.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') 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, -- cgit v1.2.3