[Validator] Removed unused property

This commit is contained in:
Bernhard Schussek 2014-03-18 10:16:30 +01:00
parent 90c27bb1e7
commit 166d71a7de
1 changed files with 0 additions and 7 deletions

View File

@ -106,13 +106,6 @@ class ExecutionContext implements ExecutionContextInterface
*/
private $validatedConstraints = array();
/**
* Stores which property constraint has been validated for which property.
*
* @var array
*/
private $validatedPropertyConstraints = array();
/**
* Creates a new execution context.
*