Skip to content

Commit

Permalink
Merge pull request #1114 from alexpott/remove-bootstrap-page-cache
Browse files Browse the repository at this point in the history
Remove DRUPAL_BOOTSTRAP_PAGE_CACHE from Drupal 8 bootstrap
  • Loading branch information
weitzman committed Jan 23, 2015
2 parents f2ac8ad + 5298b29 commit 7e7c273
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Drush/Boot/bootstrap.inc
Original file line number Diff line number Diff line change
Expand Up @@ -811,11 +811,6 @@ function drupal8_bootstrap($phase = NULL) {

case DRUPAL_BOOTSTRAP_KERNEL:
$kernel->boot();
break;

case DRUPAL_BOOTSTRAP_PAGE_CACHE:
$kernel->handlePageCache($request);
break;

case DRUPAL_BOOTSTRAP_CODE:
case DRUPAL_BOOTSTRAP_FULL:
Expand Down

0 comments on commit 7e7c273

Please sign in to comment.