diff --git a/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h b/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h index 27a24c4ec..8354337e6 100644 --- a/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h +++ b/trunk/paradiseo-mo/src/problems/permutation/moSwapNeighborhood.h @@ -57,7 +57,6 @@ public: virtual void init(EOT& _solution, Neighbor& _current) { indices.first=0; indices.second=1; - // size=_solution.size(); _current.setIndices(0,1); } @@ -95,7 +94,7 @@ public: private: std::pair indices; - //unsigned int size; + }; #endif