diff options
Diffstat (limited to 'includes/update.inc')
-rw-r--r-- | includes/update.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/update.inc b/includes/update.inc index 317ffa577..bc2501296 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -164,11 +164,6 @@ function update_prepare_d7_bootstrap() { 'not null' => TRUE, 'default' => 0, ), - 'headers' => array( - 'description' => 'Any custom HTTP headers to be added to cached data.', - 'type' => 'text', - 'not null' => FALSE, - ), 'serialized' => array( 'description' => 'A flag to indicate whether content is serialized (1) or not (0).', 'type' => 'int', |