Skip to content

Commit a693084

Browse files
committed
Remove obsolete comment
1 parent 4551fe3 commit a693084

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/zipfile/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,6 @@ def _strip_extra_fields(data, field_ids):
27162716
if not data:
27172717
return result
27182718

2719-
# use memoryview for zero-copy slices
27202719
data_len = len(data)
27212720
pos = 0
27222721
while pos + 4 <= data_len:

0 commit comments

Comments
 (0)