minor #21382 [DependencyInjection] Remove an unused docblock (dunglas)

This PR was merged into the 3.3-dev branch.

Discussion
----------

[DependencyInjection] Remove an unused docblock

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

The removal of this doc block was forgotten in #21327.

Commits
-------

9e33434548 [DependencyInjection] Remove an unused docblock
This commit is contained in:
Fabien Potencier 2017-01-23 16:47:44 -08:00
commit c90fbb4169

View File

@ -24,9 +24,6 @@ use Symfony\Component\DependencyInjection\Reference;
*/
class AutowirePass extends AbstractRecursivePass implements CompilerPassInterface
{
/**
* @var ContainerBuilder
*/
private $reflectionClasses = array();
private $definedTypes = array();
private $types;