Remove unused var.

This commit is contained in:
Dave Longley 2012-05-09 13:06:31 -04:00
parent 29bd617417
commit f1f8c46542
1 changed files with 0 additions and 1 deletions

View File

@ -3199,7 +3199,6 @@ class JsonLdProcessor {
* the @contexts from the urls map, false not to.
*/
protected function _findContextUrls($input, $urls, $replace) {
$count = count(get_object_vars($urls));
if(is_array($input)) {
foreach($input as $e) {
$this->_findContextUrls($e, $urls, $replace);