Remove unused ApiMain::$mCdnMaxAge
Private variable Change-Id: I138b465d157fbe715069edf6177c75543fee3686
This commit is contained in:
parent
649d0cb4f2
commit
b8e9c78c7c
1 changed files with 0 additions and 8 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue