remove unused constant

bug/bundler_fix
Jeffrey Martin 2017-01-23 13:55:44 -06:00
parent 6a6283ced2
commit eff0b2808d
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 0 additions and 1 deletions

View File

@ -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