From 8d4dd0617f9f0a30f3938fa3b292ae36fa2abeba Mon Sep 17 00:00:00 2001
From: Leonardo Rochael Almeida <leonardo@nexedi.com>
Date: Wed, 16 Mar 2011 13:13:38 +0000
Subject: [PATCH] useless line. configuration_dict is already defined
 identically

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44342 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/UnifySolver.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/Document/UnifySolver.py b/product/ERP5/Document/UnifySolver.py
index 5d6553443e..f4c0b24fd6 100644
--- a/product/ERP5/Document/UnifySolver.py
+++ b/product/ERP5/Document/UnifySolver.py
@@ -75,7 +75,6 @@ class UnifySolver(AcceptSolver):
       if activate_kw is not None:
         movement.setDefaultActivateParameters(
           activate_kw=activate_kw, **activate_kw)
-      configuration_dict = self.getConfigurationPropertyDict()
       new_value = configuration_dict.get('value')
       movement.setProperty(solved_property, new_value)
       for simulation_movement in simulation_movement_list:
-- 
2.30.9