Skip to content

Commit 6770398

Browse files
committed
Remove some unused variables, properties and methods
1 parent 4d78631 commit 6770398

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Context/LegacyExecutionContext.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
*/
2727
class LegacyExecutionContext extends ExecutionContext
2828
{
29-
private $metadataFactory;
30-
3129
/**
3230
* Creates a new context.
3331
*
@@ -44,7 +42,5 @@ public function __construct(ValidatorInterface $validator, $root, MetadataFactor
4442
$translator,
4543
$translationDomain
4644
);
47-
48-
$this->metadataFactory = $metadataFactory;
4945
}
5046
}

0 commit comments

Comments
 (0)