Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-04 03:16:20 +0400
committerFabian Becker <fabian.becker@uni-tuebingen.de>2013-09-04 03:16:20 +0400
commitab6cc714f9089ab5122e71307675b6ee42287c59 (patch)
tree3b6fac228880131f50b014ba0bc5e08b67a60508 /core
parentd059d7f4d42b77975b8259582b7d3f026a6c7283 (diff)
Remove unused variable [ci skip]
Diffstat (limited to 'core')
-rw-r--r--core/Http.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Http.php b/core/Http.php
index ea7cbd8db9..9f3d52045d 100644
--- a/core/Http.php
+++ b/core/Http.php
@@ -239,7 +239,6 @@ class Http
// process header
$status = null;
- $expectRedirect = false;
while (!feof($fsock)) {
$line = fgets($fsock, 4096);