r102489 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102488‎ | r102489 | r102490 >
Date:03:30, 9 November 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
kill bc code as its no longer used anyway
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -170,18 +170,3 @@
171171
172172 return true;
173173 }
174 -
175 -/**
176 - * Backwards compatibility helper to get the next data value from a SMWResultArray.
177 - * SMW 1.6 introduces the getNextDataValue and deprecates the getNextObject one.
178 - *
179 - * @since 1.6
180 - * @deprecated since 1.7, removal in 1.9
181 - *
182 - * @param SMWResultArray $resArray
183 - *
184 - * @return SMWDataValue or false
185 - */
186 -function efSRFGetNextDV( SMWResultArray &$resArray ) {
187 - return $resArray->getNextDataValue();
188 -}

Status & tagging log