Remove unnecessary initialization.

This commit is contained in:
Dave Longley 2013-02-18 11:11:20 -05:00
parent 607575d0d4
commit dfbea38c6f
1 changed files with 0 additions and 2 deletions

View File

@ -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};