From dfbea38c6fe659962aa4470a7b35ce6400370c48 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Mon, 18 Feb 2013 11:11:20 -0500 Subject: [PATCH] Remove unnecessary initialization. --- jsonld.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsonld.php b/jsonld.php index bce7f0b..d6730bc 100644 --- a/jsonld.php +++ b/jsonld.php @@ -4751,8 +4751,6 @@ class JsonLdProcessor { $container_map->{$container} = (object)array( '@language' => new stdClass(), '@type' => new stdClass()); - $container_map->{$container}->{'@language'}->{$default_language} = - (object)array('term' => null, 'propertyGenerators' => array()); } $entry = $container_map->{$container};