* commented unused function params
This commit is contained in:
parent
e851cc119b
commit
0d5bf295cb
5 changed files with 5 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ public:
|
|||
|
||||
/** It returns 'true' only if the current number of generations modulo
|
||||
the period doen't equal to zero. */
|
||||
bool operator () (const eoPop <EOT> & pop)
|
||||
bool operator () (const eoPop <EOT> & /*pop*/)
|
||||
{
|
||||
return ((++ counter) % period) != 0 ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue