From 166d71a7de2bdffda3b2185c30c4841dcaf0f013 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Tue, 18 Mar 2014 10:16:30 +0100 Subject: [PATCH] [Validator] Removed unused property --- .../Component/Validator/Context/ExecutionContext.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Symfony/Component/Validator/Context/ExecutionContext.php b/src/Symfony/Component/Validator/Context/ExecutionContext.php index 75b7e2c3bf..6ee58d8403 100644 --- a/src/Symfony/Component/Validator/Context/ExecutionContext.php +++ b/src/Symfony/Component/Validator/Context/ExecutionContext.php @@ -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. *