summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 23db12b56..9b6a90bd4 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2426,7 +2426,6 @@ function system_cron() {
// not used, this will simply be a no-op.
db_update('queue')
->fields(array(
- 'consumer_id' => 0,
'expire' => 0,
))
->condition('expire', REQUEST_TIME, '<')