summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-12-08 16:39:19 -0500
committerDavid Rothstein <drothstein@gmail.com>2012-12-08 16:39:19 -0500
commit5b1308099b65246ff079ab8fbffca2fa0bb03053 (patch)
tree2b3071b4b409a3f438aca14a7d70b3472b29132b /includes
parentd1f4ea3b2b4c392749efb102c3e947a383c4d2a8 (diff)
downloadbrdo-5b1308099b65246ff079ab8fbffca2fa0bb03053.tar.gz
brdo-5b1308099b65246ff079ab8fbffca2fa0bb03053.tar.bz2
Issue #1494676 by Liam Morland, cam8001: Removed unused variable $http_protocol in drupal_settings_initialize().
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc1
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'] = '';
}