Get rid of unused variable
This commit is contained in:
parent
455845d591
commit
6a12edeb71
|
@ -55,10 +55,6 @@ module Vagrant
|
||||||
# The path to the default private key
|
# The path to the default private key
|
||||||
attr_reader :default_private_key_path
|
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
|
# Initializes a new environment with the given options. The options
|
||||||
# is a hash where the main available key is `cwd`, which defines where
|
# is a hash where the main available key is `cwd`, which defines where
|
||||||
# the environment represents. There are other options available but
|
# the environment represents. There are other options available but
|
||||||
|
|
Loading…
Reference in New Issue