]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Drop Unused function in rgw_usage.cc 16497/head
authorweiqiaomiao <wei.qiaomiao@zte.com.cn>
Sat, 22 Jul 2017 00:53:58 +0000 (08:53 +0800)
committerWei <wei.qiaomiao@zte.com.cn>
Mon, 24 Jul 2017 04:32:00 +0000 (12:32 +0800)
commit86c8b720a13f789c25f0901f516790b383312eee
tree951a98cac1e7989202c180f519510bbd0d6c3ed4
parent1e5c8aef7b63c3f2c68c856885571cfdb3e4acbd
rgw: Drop Unused function in rgw_usage.cc

fix compile warnning in any PR (Ex: https://jenkins.ceph.com/job/ceph-pull-requests/29193/console):
/home/jenkins-build/build/workspace/ceph-pull-requests/src/rgw/rgw_usage.cc:33:13: warning: ‘void dump_usage_bucket_info(ceph::Formatter*, std::__cxx11::string&, cls_user_bucket_entry&)’ defined but not used [-Wunused-function]
 static void dump_usage_bucket_info(Formatter *formatter, string& name, cls_user_bucket_entry& entry)

Signed-off-by: Wei Qiaomiao <wei.qiaomiao@zte.com.cn>
src/rgw/rgw_usage.cc