Virtual class => delete move method

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2307 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-07-08 12:51:39 +00:00
commit fc923e418e

View file

@ -74,14 +74,6 @@ public:
return *this;
}
/**
* Move a solution
* @param _solution the related solution
*/
virtual void move(EOT & _solution) {
}
/**
* Return the class Name
* @return the class name as a std::string