+ not sure why we have do { } while(false); - removing
This commit is contained in:
parent
91a932d7e9
commit
2834b2ad92
1 changed files with 2 additions and 2 deletions
|
@ -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_)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue