From f1f8c465421cf151758ff4aa0142acfc1f3059dd Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Wed, 9 May 2012 13:06:31 -0400 Subject: [PATCH] Remove unused var. --- jsonld.php | 1 - 1 file changed, 1 deletion(-) diff --git a/jsonld.php b/jsonld.php index 566a322..f897fcf 100644 --- a/jsonld.php +++ b/jsonld.php @@ -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);