* commented unused function params
This commit is contained in:
parent
e851cc119b
commit
0d5bf295cb
5 changed files with 5 additions and 5 deletions
|
|
@ -129,7 +129,7 @@ private :
|
|||
class eoDummyEval : public eoPopEvalFunc<POT>
|
||||
{
|
||||
public:
|
||||
void operator()(eoPop<POT> &,eoPop<POT> &_pop)
|
||||
void operator()(eoPop<POT> &,eoPop<POT> &/*_pop*/)
|
||||
{}
|
||||
}
|
||||
dummyEval;
|
||||
|
|
|
|||
Reference in a new issue