Land #10020, remove unneded require in msfupdate

4.x
Brent Cook 2018-05-14 01:20:18 -05:00 committed by Metasploit
parent 1de1b04c4f
commit afa3b3a83f
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ class Msfupdate
# We could also do this by running `git config --global user.name` and `git config --global user.email`
# and check the output of those. (it's a bit quieter)
def git_globals_okay?
require 'os'
output = ''
begin
output = `git config --list`