From b587a4573e90020b69fd6b7039725ea1e712825b Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 27 Feb 2017 17:43:46 +0100 Subject: [PATCH] aws: remove comment Signed-off-by: Abhishek Lekshmanan --- src/rgw/rgw_sync_module_aws.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rgw/rgw_sync_module_aws.cc b/src/rgw/rgw_sync_module_aws.cc index 433972d3dbdcc..4a9fbfc9e4306 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; } -- 2.39.5