Remove the unimplemented hook.

This commit is contained in:
Mike Auty
2018-12-13 01:16:05 +00:00
committed by ikelos
parent dfaaf1e455
commit 5e8ba16709
-4
View File
@@ -153,10 +153,6 @@ class Intel(interfaces.layers.TranslationLayerInterface):
return entry, position
def _process_table(self, entry: int, page: int, layer_name: str) -> None:
"""Hook for processing a table if necessary"""
pass
def is_valid(self, offset: int, length: int = 1) -> bool:
"""Returns whether the address offset can be translated to a valid address"""
try: