From: Abhishek Lekshmanan Date: Mon, 27 Feb 2017 16:43:46 +0000 (+0100) Subject: aws: remove comment X-Git-Tag: v13.1.0~270^2~103 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b587a4573e90020b69fd6b7039725ea1e712825b;p=ceph.git aws: remove comment Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_sync_module_aws.cc b/src/rgw/rgw_sync_module_aws.cc index 433972d3dbdc..4a9fbfc9e430 100644 --- a/src/rgw/rgw_sync_module_aws.cc +++ b/src/rgw/rgw_sync_module_aws.cc @@ -219,7 +219,6 @@ int RGWAWSSyncModule::create_instance(CephContext *cct, map& con if (i != config.end()) secret = i->second; - // maybe we should just pass dictionaries around? instance->reset(new RGWAWSSyncModuleInstance(cct, s3_endpoint, access_key, secret)); return 0; }