delete unused variable

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@248 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-04-17 13:45:22 +00:00
commit 0ad9172f95

View file

@ -46,8 +46,6 @@ public:
*/
void operator()(eoPop < MOEOT > & _pop)
{
// number of objectives for the problem under consideration
unsigned nObjectives = MOEOT::ObjectiveVector::nObjectives();
if (_pop.size() <= 2)
{
for (unsigned i=0; i<_pop.size(); i++)