Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/240739

Change subject: Remove unused code in DirectSqlStore
......................................................................

Remove unused code in DirectSqlStore

Change-Id: I6ece5de72391fc07ef8895639fca7987abb28a0b
---
M client/includes/store/sql/DirectSqlStore.php
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/39/240739/1

diff --git a/client/includes/store/sql/DirectSqlStore.php 
b/client/includes/store/sql/DirectSqlStore.php
index 6eb099a..5af536f 100644
--- a/client/includes/store/sql/DirectSqlStore.php
+++ b/client/includes/store/sql/DirectSqlStore.php
@@ -434,8 +434,6 @@
         */
        public function getPropertyInfoStore() {
                if ( $this->propertyInfoTable === null ) {
-                       $wikibaseClient = WikibaseClient::getDefaultInstance();
-
                        $propertyInfoStore = new PropertyInfoTable( true, 
$this->repoWiki );
                        $cacheKey = $this->cacheKeyPrefix . 
':CachingPropertyInfoStore';
 

-- 
To view, visit https://gerrit.wikimedia.org/r/240739
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ece5de72391fc07ef8895639fca7987abb28a0b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to