diff --git a/lib/fog/hp/storage.rb b/lib/fog/hp/storage.rb index 45ca6ce12..c9fded02e 100644 --- a/lib/fog/hp/storage.rb +++ b/lib/fog/hp/storage.rb @@ -79,10 +79,6 @@ module Fog acl = "public-read-write" end end - - def info - {:url => url, :auth_token => @auth_token} - end end class Mock