diff options
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 549a937b5..9bd37fd17 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -716,7 +716,6 @@ function drupal_settings_initialize() { if (isset($base_url)) { // Parse fixed base URL from settings.php. $parts = parse_url($base_url); - $http_protocol = $parts['scheme']; if (!isset($parts['path'])) { $parts['path'] = ''; } |