fix warnings about useless typedef

This commit is contained in:
Johann Dreo 2022-01-23 18:15:38 +01:00
commit ef0e6531ee
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ in test dir)
template <class EOT>
void runAlgorithm(EOT, eoParser& _parser, eoState& _state)
{
typedef typename EOT::Fitness FitT;
// typedef typename EOT::Fitness FitT;
///// FIRST, problem or representation dependent stuff
//////////////////////////////////////////////////////

View file

@ -87,7 +87,7 @@ int main(int argc, char **argv)
template <class EOT>
void runAlgorithm(EOT, eoParser& _parser, eoState& _state)
{
typedef typename EOT::Fitness FitT;
// typedef typename EOT::Fitness FitT;
///// FIRST, problem or representation dependent stuff
//////////////////////////////////////////////////////