From 009ef5e1d81d51ece84d48e8f61a9755ad5b1f33 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 23 Jan 2022 18:17:14 +0100 Subject: [PATCH] fix warning about useless arg --- eo/src/eoStochasticUniversalSelect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoStochasticUniversalSelect.h b/eo/src/eoStochasticUniversalSelect.h index e95f9eb0b..e6ddfe757 100644 --- a/eo/src/eoStochasticUniversalSelect.h +++ b/eo/src/eoStochasticUniversalSelect.h @@ -44,7 +44,7 @@ template class eoStochasticUniversalSelect: public eoSelectOne { public: /// Sanity check - eoStochasticUniversalSelect(const eoPop& pop = eoPop()) + eoStochasticUniversalSelect(/*const eoPop& pop = eoPop()*/) { if (minimizing_fitness()) throw eoException("eoStochasticUniversalSelect: minimizing fitness");