aboutsummaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-01-13 18:29:30 +0000
committerAndrew Dolgov <fox@fakecake.org>2024-01-13 18:29:30 +0000
commit283ad4ebea9e93a97848000f38ca91b23ce883ff (patch)
tree0b9ea618b438156b3803df115afec5e34d30e3a8 /backend.php
parentd334023267848accb339c8ec3186be2afde3b514 (diff)
parent8727fb3ba8a28da48c71bdd39166b9aeb3c3d986 (diff)
Merge branch 'feature/unused-var-cleanup' into 'master'
Clean up some unused variables. See merge request tt-rss/tt-rss!19
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 44d4284c3..5aceb46dc 100644
--- a/backend.php
+++ b/backend.php
@@ -32,8 +32,6 @@
startup_gettext();
- $script_started = microtime(true);
-
if (!init_plugins()) {
return;
}