diff --git a/eo/src/es/eoRealOp.h b/eo/src/es/eoRealOp.h index 06528cc2..01d7d6e8 100644 --- a/eo/src/es/eoRealOp.h +++ b/eo/src/es/eoRealOp.h @@ -111,7 +111,6 @@ template class eoUniformMutation: public eoMonOp if (_eo.size() != bounds.size()) throw runtime_error("Invalid size of indi in eoUniformMutation"); - bool hasChanged=false; for (unsigned lieu=0; lieu<_eo.size(); lieu++) if (rng.flip(p_change[lieu])) {