1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Remove unused variable

This commit is contained in:
James Herdman 2012-05-14 15:38:00 -04:00
parent ed3394d734
commit 85e4d796f9

View file

@ -21,7 +21,6 @@ module Fog
class Mock
def self.data
@data ||= Hash.new do |hash, region|
owner_id = Fog::AWS::Mock.owner_id
hash[region] = Hash.new do |region_hash, key|
region_hash[key] = {
:owner_id => Fog::AWS::Mock.owner_id,