Skip to content
Snippets Groups Projects
Commit d22665a0 authored by Benni Mack's avatar Benni Mack Committed by Markus Klein
Browse files

[TASK] Cleanup unused variable in AbstractUserAuthentication

The variable global database info is removed as it
is never used.

Resolves: #72020
Releases: master
Change-Id: I22bde60fbedb66a67f6738f00c722879f24a82e3
Reviewed-on: https://review.typo3.org/45084


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
parent cb935e11
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
*/
abstract class AbstractUserAuthentication
{
/**
* Which global database to connect to
* @var string
*/
public $global_database = '';
/**
* Table to use for session data
* @var string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment