Get rid of unused variable

This commit is contained in:
Mitchell Hashimoto 2013-02-20 20:41:19 -08:00
parent 455845d591
commit 6a12edeb71
1 changed files with 0 additions and 4 deletions

View File

@ -55,10 +55,6 @@ module Vagrant
# The path to the default private key
attr_reader :default_private_key_path
# This is a set of the vagrantrc files already loaded so that they
# are only loaded once.
@@loaded_rc = Set.new
# Initializes a new environment with the given options. The options
# is a hash where the main available key is `cwd`, which defines where
# the environment represents. There are other options available but