Remove TODO that's in the wrong place, and we've just to-done.

This commit is contained in:
Mike Auty
2018-05-13 21:32:05 +01:00
parent 63a1fb3690
commit 04d609064a
-1
View File
@@ -230,7 +230,6 @@ class Intel(interfaces.layers.TranslationLayerInterface):
"Invalid address in layer {} found scanning {} at address {:x}".format(layer_name, self.name,
address))
# TODO: We probably ought to filter duplicate results due to overlaps
progress.value = chunk_end
return list(scanner(data, chunk_end - len(data)))