Apply suggestions from code review

Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>
This commit is contained in:
Nyall Dawson 2025-06-24 16:45:23 +10:00
parent 5142e4995a
commit b97c1f9d2d

View File

@ -3878,7 +3878,6 @@ QString QgsOgrProvider::description() const
QgsCoordinateReferenceSystem QgsOgrProvider::crs() const
{
QgsCoordinateReferenceSystem srs;
if ( !mValid || ( mOGRGeomType == wkbNone ) )
return QgsCoordinateReferenceSystem();