diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 1e11993..5ede4a6 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -49,24 +49,6 @@ const ERROR_REPORTING_DISPLAY_VERBOSE = 'verbose'; /** - * Role ID for anonymous users; should match what's in the "role" table. - * - * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. - * Use Drupal\Core\Session\AccountInterface::ANONYMOUS_ROLE or - * \Drupal\user\RoleInterface::ANONYMOUS_ID instead. - */ -const DRUPAL_ANONYMOUS_ROLE = AccountInterface::ANONYMOUS_ROLE; - -/** - * Role ID for authenticated users; should match what's in the "role" table. - * - * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. - * Use Drupal\Core\Session\AccountInterface::AUTHENTICATED_ROLE or - * \Drupal\user\RoleInterface::AUTHENTICATED_ID instead. - */ -const DRUPAL_AUTHENTICATED_ROLE = AccountInterface::AUTHENTICATED_ROLE; - -/** * The maximum number of characters in a module or theme name. */ const DRUPAL_EXTENSION_NAME_MAX_LENGTH = 50;