From 0f90f7f6ca5b3b120f3c680aa2993ec4c5246b4c Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Tue, 18 Jan 2022 20:58:48 +0000 Subject: [PATCH] Plugins: Remove unused timeliner parameter --- volatility3/framework/plugins/timeliner.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/volatility3/framework/plugins/timeliner.py b/volatility3/framework/plugins/timeliner.py index 6bf592504..f7ec340ec 100644 --- a/volatility3/framework/plugins/timeliner.py +++ b/volatility3/framework/plugins/timeliner.py @@ -74,10 +74,6 @@ class Timeliner(interfaces.plugins.PluginInterface): @classmethod def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]: return [ - requirements.StringRequirement(name = 'plugins', - description = "Comma separated list of plugins to run", - optional = True, - default = None), requirements.BooleanRequirement( name = 'record-config', description = "Whether to record the state of all the plugins once complete",