+ not sure why we have do { } while(false); - removing

This commit is contained in:
artemp 2012-09-19 13:51:53 +01:00
parent 91a932d7e9
commit 2834b2ad92

View file

@ -150,7 +150,7 @@ bool proj_transform::backward (double * x, double * y , double * z, int point_co
}
}
do {
{
#if defined(MAPNIK_THREADSAFE) && PJ_VERSION < 480
mutex::scoped_lock lock(projection::mutex_);
#endif
@ -160,7 +160,7 @@ bool proj_transform::backward (double * x, double * y , double * z, int point_co
{
return false;
}
} while(false);
}
if (is_source_longlat_)
{