Remove unused ApiMain::$mCdnMaxAge

Private variable

Change-Id: I138b465d157fbe715069edf6177c75543fee3686
This commit is contained in:
DannyS712 2021-03-12 14:54:17 +00:00
parent 649d0cb4f2
commit b8e9c78c7c

View file

@ -236,12 +236,6 @@ class ApiMain extends ApiBase {
/** @var bool */
private $mInternalMode;
/**
* @var int
* @todo Remove this, set to -1 in the constructor and never referred to again
*/
private $mCdnMaxAge;
/** @var ApiBase */
private $mModule;
@ -374,8 +368,6 @@ class ApiMain extends ApiBase {
$this->mContinuationManager = null;
$this->mEnableWrite = $enableWrite;
$this->mCdnMaxAge = -1; // flag for executeActionWithErrorHandling()
}
/**