Commit 896ce72c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Removed unused $start var storing microtime()

issue #5854
Showing with 0 additions and 3 deletions
+0 -3
...@@ -19,9 +19,6 @@ ...@@ -19,9 +19,6 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
/* Save start time */
$start = microtime();
/* Basic setup, remove eventually registered sessions */ /* Basic setup, remove eventually registered sessions */
require_once ("../include/php_setup.inc"); require_once ("../include/php_setup.inc");
require_once ("functions.inc"); require_once ("functions.inc");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment