From 013201bd99b01c91468710335c5ec1c83eb8a000 Mon Sep 17 00:00:00 2001 From: aakerblom Date: Fri, 31 Jul 2015 13:49:27 -0700 Subject: [PATCH] remove unneeded require --- modules/exploits/windows/fileformat/homm3_h3m.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/exploits/windows/fileformat/homm3_h3m.rb b/modules/exploits/windows/fileformat/homm3_h3m.rb index ab5307e502..4682a3d5bd 100644 --- a/modules/exploits/windows/fileformat/homm3_h3m.rb +++ b/modules/exploits/windows/fileformat/homm3_h3m.rb @@ -4,7 +4,6 @@ ## require 'msf/core' -require 'enumerator' class Metasploit3 < Msf::Exploit::Remote Rank = NormalRanking