From 9a2bfe7c92c4ff138aaa4f175be18d8130c481bb Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sat, 3 Jun 2017 17:44:59 +0100 Subject: [PATCH] Remove unused variable. --- volatility/framework/automagic/pdbscan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/volatility/framework/automagic/pdbscan.py b/volatility/framework/automagic/pdbscan.py index e90938370..5e782536f 100644 --- a/volatility/framework/automagic/pdbscan.py +++ b/volatility/framework/automagic/pdbscan.py @@ -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)