diff --git a/lib/fog/aws.rb b/lib/fog/aws.rb index 71761325e..3beaf461d 100644 --- a/lib/fog/aws.rb +++ b/lib/fog/aws.rb @@ -116,10 +116,6 @@ module Fog end @@connections[service] end - - def services - Fog::AWS.services - end end end end