Skip to content

Commit f3fdd9c

Browse files
committed
[processing] clean unused line
1 parent 536efdd commit f3fdd9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/plugins/processing/algs/gdal/OgrAlgorithm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ def ogrConnectionString(self, uri):
6969
return ogrstr
7070

7171
def ogrLayerName(self, uri):
72-
layerName = None
73-
7472
if 'host' in uri:
7573
regex = re.compile('(table=")(.+?)(\.)(.+?)"')
7674
r = regex.search(uri)

0 commit comments

Comments
 (0)