diff options
-rw-r--r-- | includes/Storage/DerivedPageDataUpdater.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/Storage/DerivedPageDataUpdater.php b/includes/Storage/DerivedPageDataUpdater.php index d5c1656505a2..c4aec1322312 100644 --- a/includes/Storage/DerivedPageDataUpdater.php +++ b/includes/Storage/DerivedPageDataUpdater.php @@ -750,9 +750,6 @@ class DerivedPageDataUpdater implements IDBAccessObject { $parentRevision = $this->grabCurrentRevision(); - $this->slotsOutput = []; - $this->canonicalParserOutput = null; - // The edit may have already been prepared via api.php?action=stashedit $stashedEdit = false; |