Remove dead properties
[lhc/web/wiklou.git] / includes / api / ApiMain.php
index a9fe258..f0e0077 100644 (file)
@@ -293,7 +293,6 @@ class ApiMain extends ApiBase {
                $this->mEnableWrite = $enableWrite;
 
                $this->mCdnMaxAge = -1; // flag for executeActionWithErrorHandling()
-               $this->mCommit = false;
        }
 
        /**