Skip to content

Commit f9bc129

Browse files
committed
NAS: avoid warning about unreachable code path
1 parent a273b3e commit f9bc129

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ogr/ogrsf_frmts/nas/nasreader.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,6 @@ int NASReader::GetAttributeElementIndex(const char *pszElement, int nLen,
10411041
return poClass->GetPropertyIndexBySrcElement(osElemPath.c_str(),
10421042
nFullLen);
10431043
}
1044-
1045-
return -1;
10461044
}
10471045

10481046
/************************************************************************/

0 commit comments

Comments
 (0)