From eff0b2808d30c4249e07ca3a048a22a8fbb93485 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Mon, 23 Jan 2017 13:55:44 -0600 Subject: [PATCH] remove unused constant --- plugins/aggregator.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/aggregator.rb b/plugins/aggregator.rb index 29bb704da1..ef6be47758 100644 --- a/plugins/aggregator.rb +++ b/plugins/aggregator.rb @@ -10,7 +10,6 @@ require "msf/aggregator" module Msf Aggregator_yaml = "#{Msf::Config.get_config_root}/aggregator.yaml" #location of the aggregator.yml containing saved aggregator creds - Aggregator_Temp = "#{Msf::Config.get_config_root}/aggregator.temp" class Plugin::Aggregator < Msf::Plugin class AggregatorCommandDispatcher