From: Michael Vogel Date: Sat, 16 Jan 2016 07:58:22 +0000 (+0100) Subject: I guess it is enough to set a variable to zero once ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=571d1544e4ca30b3c4b591322b53bf8d62caddea;p=friendica.git I guess it is enough to set a variable to zero once ... --- diff --git a/boot.php b/boot.php index 4f0bec62b1..963f5c454a 100644 --- a/boot.php +++ b/boot.php @@ -554,9 +554,6 @@ class App { $this->performance["parser"] = 0; $this->performance["marktime"] = 0; - $this->performance["file"] = 0; - $this->performance["file"] = 0; - $this->callstack["database"] = array(); $this->callstack["network"] = array(); $this->callstack["file"] = array();