diff --git a/cpp/FactorGraph-inl.h b/cpp/FactorGraph-inl.h index 3cf6e7196..aaadc63be 100644 --- a/cpp/FactorGraph-inl.h +++ b/cpp/FactorGraph-inl.h @@ -187,7 +187,6 @@ boost::shared_ptr colamd(int n_col, int n_row, int nrNonZeros, const m boost::shared_ptr result(new Ordering); for(int j = 0; j < n_col; j++) result->push_back(initialOrder[p[j]]); - //result->push_back(initialOrder[j]); delete [] p; // delete colamd result vector return result;