Skip to content

Commit

Permalink
Remove redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Jul 7, 2016
1 parent a460fb8 commit 1b8f0d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rasterio/_base.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ cdef class DatasetBase(object):
if ns:
ns_bytes = ns.encode('utf-8')
domain = ns_bytes
else:
domain = NULL

metadata = GDALGetMetadata(obj, domain)
num_items = CSLCount(metadata)
Expand Down

0 comments on commit 1b8f0d9

Please sign in to comment.