From a0905631f81032eae9ab2de3fc2e36bd62a3f5a9 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Wed, 20 Mar 2024 23:47:32 +0100
Subject: [PATCH] [TASK] Remove TSFE->releaseLocks()

With TF no longer calling releaseLocks(),
it can be removed.

> composer u typo3/testing-framework:dev-main

Change-Id: I93f68435db5eb09e7057c9de1d714a0d66d67f40
Resolves: #103442
Related: #103410
Releases: main
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83531
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.lock                                            | 8 ++++----
 .../Classes/Controller/TypoScriptFrontendController.php  | 9 ---------
 2 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/composer.lock b/composer.lock
index fc95b62690c1..6f0546682da4 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8750,12 +8750,12 @@
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/testing-framework.git",
-                "reference": "712bc8f65a87de96411397e19fdea4802e920851"
+                "reference": "35e0004405c0d73801ea3872c8a149b92903807f"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/712bc8f65a87de96411397e19fdea4802e920851",
-                "reference": "712bc8f65a87de96411397e19fdea4802e920851",
+                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/35e0004405c0d73801ea3872c8a149b92903807f",
+                "reference": "35e0004405c0d73801ea3872c8a149b92903807f",
                 "shasum": ""
             },
             "require": {
@@ -8815,7 +8815,7 @@
                 "issues": "https://github.com/TYPO3/testing-framework/issues",
                 "source": "https://github.com/TYPO3/testing-framework/tree/main"
             },
-            "time": "2024-02-26T11:12:59+00:00"
+            "time": "2024-03-20T22:45:33+00:00"
         }
     ],
     "aliases": [],
diff --git a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
index 46e0d963c3bf..d17d61d7b6d8 100644
--- a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
+++ b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
@@ -996,15 +996,6 @@ class TypoScriptFrontendController implements LoggerAwareInterface
         return $this->languageService->sL($input);
     }
 
-    /**
-     * @internal
-     * @todo: Remove when not called in TF anymore.
-     */
-    public function releaseLocks(): void
-    {
-        // noop
-    }
-
     /**
      * Send additional headers from config.additionalHeaders
      */
-- 
GitLab