fix warnings about useless typedef
This commit is contained in:
parent
dfb6f7c2d9
commit
ef0e6531ee
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ in test dir)
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
void runAlgorithm(EOT, eoParser& _parser, eoState& _state)
|
void runAlgorithm(EOT, eoParser& _parser, eoState& _state)
|
||||||
{
|
{
|
||||||
typedef typename EOT::Fitness FitT;
|
// typedef typename EOT::Fitness FitT;
|
||||||
|
|
||||||
///// FIRST, problem or representation dependent stuff
|
///// FIRST, problem or representation dependent stuff
|
||||||
//////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ int main(int argc, char **argv)
|
||||||
template <class EOT>
|
template <class EOT>
|
||||||
void runAlgorithm(EOT, eoParser& _parser, eoState& _state)
|
void runAlgorithm(EOT, eoParser& _parser, eoState& _state)
|
||||||
{
|
{
|
||||||
typedef typename EOT::Fitness FitT;
|
// typedef typename EOT::Fitness FitT;
|
||||||
|
|
||||||
///// FIRST, problem or representation dependent stuff
|
///// FIRST, problem or representation dependent stuff
|
||||||
//////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue