Skip to content

Commit

Permalink
[processing] clean unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 21, 2014
1 parent 536efdd commit f3fdd9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/algs/gdal/OgrAlgorithm.py
Expand Up @@ -69,8 +69,6 @@ def ogrConnectionString(self, uri):
return ogrstr

def ogrLayerName(self, uri):
layerName = None

if 'host' in uri:
regex = re.compile('(table=")(.+?)(\.)(.+?)"')
r = regex.search(uri)
Expand Down

0 comments on commit f3fdd9c

Please sign in to comment.