Layers: Fix minor pointless typo

This commit is contained in:
Mike Auty
2021-07-22 22:37:45 +01:00
parent c993c35152
commit d2420899c5
-1
View File
@@ -34,7 +34,6 @@ class LinearlyMappedLayer(interfaces.layers.TranslationLayerInterface):
length size."""
current_offset = offset
output: List[bytes] = []
output: List[bytes] = []
for (offset, _, mapped_offset, mapped_length, layer) in self.mapping(offset, length, ignore_errors = pad):
if not pad and offset > current_offset:
raise exceptions.InvalidAddressException(