Remove unused variable.

This commit is contained in:
Mike Auty
2017-06-03 17:44:59 +01:00
parent 93a6efd666
commit 9a2bfe7c92
@@ -265,7 +265,6 @@ class KernelPDBScanner(interfaces.automagic.AutomagicInterface):
vlayer = context.memory[virtual_layer_name]
physical_layer_name = context.config.get(
interfaces.configuration.path_join(vlayer.config_path, 'memory_layer'), None)
found = False
kvo_path = interfaces.configuration.path_join(virtual_config_path, 'kernel_virtual_offset')
for kernel in kernels:
# It seems the kernel is loaded at a fixed mapping (presumably because the memory manager hasn't started yet)