From 5e8ba16709196755fca7e56949736410a674fe97 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 13 Dec 2018 01:09:22 +0000 Subject: [PATCH] Remove the unimplemented hook. --- volatility/framework/layers/intel.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/volatility/framework/layers/intel.py b/volatility/framework/layers/intel.py index c1d2ac7a8..4b991e0fc 100644 --- a/volatility/framework/layers/intel.py +++ b/volatility/framework/layers/intel.py @@ -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: