Skip to content

Commit

Permalink
[TASK] Remove TSFE->releaseLocks()
Browse files Browse the repository at this point in the history
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 <[email protected]>
Tested-by: Christian Kuhn <[email protected]>
Reviewed-by: Christian Kuhn <[email protected]>
  • Loading branch information
lolli42 committed Mar 20, 2024
1 parent 14de669 commit a090563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -996,15 +996,6 @@ public function sL(string $input): string
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
*/
Expand Down

0 comments on commit a090563

Please sign in to comment.