lemon/clp.cc
changeset 1140 8d281761dea4
parent 623 745e182d0139
child 1141 c3a7ca108705
child 1142 4764031c082c
     1.1 --- a/lemon/clp.cc	Thu Jan 19 15:25:06 2012 +0100
     1.2 +++ b/lemon/clp.cc	Sat May 05 10:22:44 2012 +0200
     1.3 @@ -424,8 +424,6 @@
     1.4    void ClpLp::_clear() {
     1.5      delete _prob;
     1.6      _prob = new ClpSimplex();
     1.7 -    rows.clear();
     1.8 -    cols.clear();
     1.9      _col_names_ref.clear();
    1.10      _clear_temporals();
    1.11    }