]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove unused variable 6927/head
authorKefu Chai <kchai@redhat.com>
Tue, 15 Dec 2015 06:46:14 +0000 (14:46 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 15 Dec 2015 06:46:16 +0000 (14:46 +0800)
commit34a6c2aeae581526a015b5e608b30b5472d31a1f
tree168a4a0c6ec237a2ad62720caac10f638e909325
parenta57784f75fc0355d9a39d00f5d97d677ed4961fe
rgw: remove unused variable

to fix the compiler warning of

 rgw/rgw_formats.cc: In member function 'virtual void
 RGWFormatter_Plain::dump_format_va(const char*, const char*, bool, const
 char*, __va_list_tag*)':
 rgw/rgw_formats.cc:143:15: warning: unused variable 'format'
 [-Wunused-variable]
    const char *format;

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/rgw/rgw_formats.cc