From 4b3fc58c9f741a545ee78e804b1b6b3682e7af82 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Mon, 6 Sep 2021 20:21:29 +0100 Subject: [PATCH] Mac: Finish the previous LGTM clean-up --- volatility3/framework/plugins/mac/check_syscall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/volatility3/framework/plugins/mac/check_syscall.py b/volatility3/framework/plugins/mac/check_syscall.py index 55ead986f..1608a64a9 100644 --- a/volatility3/framework/plugins/mac/check_syscall.py +++ b/volatility3/framework/plugins/mac/check_syscall.py @@ -36,7 +36,6 @@ class Check_syscall(plugins.PluginInterface): handlers = mac.MacUtilities.generate_kernel_handler_info(self.context, kernel.layer_name, kernel, mods) - nsysent = kernel.object_from_symbol(symbol_name = "nsysent") table = kernel.object_from_symbol(symbol_name = "sysent") for (i, ent) in enumerate(table):