Cleanup Kinetic_data_structures for header only

This commit is contained in:
Guillaume Damiand 2015-06-09 16:24:24 +02:00
parent 17c0403abd
commit 14dfd95f48
1 changed files with 1 additions and 4 deletions

View File

@ -84,10 +84,7 @@ void jama_polynomial_compute_roots(const double *begin, const double *end,
double lb, double ub,
std::vector<double> &roots)
{
#ifdef CGAL_HEADER_ONLY
int i = 0;
#endif
std::ptrdiff_t degree= endss-begin-1;
std::ptrdiff_t degree= end-begin-1;
switch( degree) {
case -1:
case 0: