Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant nullptr check
  • Loading branch information
m-kuhn committed Sep 29, 2017
1 parent dded657 commit f99044f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -2926,8 +2926,6 @@ namespace QgsWms

for ( QgsVectorLayerFeatureCounter *c : counters )
{
if ( !c )
continue;
c->waitForFinished();
}

Expand Down

0 comments on commit f99044f

Please sign in to comment.