[Validator] Removed unused use statement

This commit is contained in:
Bernhard Schussek 2014-02-21 23:48:06 +01:00
parent 93fdff764a
commit 886e05e7ed
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
namespace Symfony\Component\Validator\Mapping;
use Symfony\Component\Validator\Constraints\Valid;
use Symfony\Component\Validator\ValidationVisitorInterface;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\Exception\ConstraintDefinitionException;