From 8727fb3ba8a28da48c71bdd39166b9aeb3c3d986 Mon Sep 17 00:00:00 2001 From: wn_ Date: Mon, 8 Jan 2024 22:46:13 +0000 Subject: Clean up some unused variables. This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm. --- public.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'public.php') diff --git a/public.php b/public.php index 6d9bc4b0c..3eb4b4083 100644 --- a/public.php +++ b/public.php @@ -10,8 +10,6 @@ startup_gettext(); - $script_started = microtime(true); - if (!init_plugins()) return; $span = OpenTelemetry\API\Trace\Span::getCurrent(); -- cgit v1.2.3