remove "require 'os'", not needed or available

This commit is contained in:
Brent Cook 2018-05-14 01:16:55 -05:00
parent cdd2d78c72
commit 258c599354
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`