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:27:48 -04:00
parent 5f95596f39
commit 22bdeba00a

View file

@ -24,7 +24,7 @@ module Fog
lazy_load
end
data = super
result = self.clone.clear.concat(data)
self.clone.clear.concat(data)
end
EOS
end