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

remove stray multijson require

This commit is contained in:
Frederick Cheung 2012-06-22 16:21:06 +01:00
parent 29a67f9197
commit 2eb42462ba

View file

@ -50,7 +50,6 @@ module Fog
# ==== Returns
# * SNS object with connection to AWS.
def initialize(options={})
require 'multi_json'
@use_iam_profile = options[:use_iam_profile]
setup_credentials(options)
@connection_options = options[:connection_options] || {}