Skip to content

Commit e762f17

Browse files
committed
Remove unused pyvers variable in SlidingWindowMapBuffer.__getslice__
1 parent ed11471 commit e762f17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

smmap/buf.py

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __getslice__(self, i, j):
8080
ofs = i
8181
# It's fastest to keep tokens and join later, especially in py3, which was 7 times slower
8282
# in the previous iteration of this code
83-
pyvers = sys.version_info[:2]
8483
md = list()
8584
while l:
8685
c.use_region(ofs, l)

0 commit comments

Comments
 (0)