mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
rgw: drop a repeated statement for encode_xml()
Signed-off-by: luomuyao <luo.muyao@zte.com.cn>
This commit is contained in:
parent
d8ba4862c1
commit
341ddddf24
@ -258,7 +258,6 @@ void encode_xml(const char *name, unsigned long val, ceph::Formatter *f);
|
||||
void encode_xml(const char *name, long long val, ceph::Formatter *f);
|
||||
void encode_xml(const char *name, const utime_t& val, ceph::Formatter *f);
|
||||
void encode_xml(const char *name, const bufferlist& bl, ceph::Formatter *f);
|
||||
void encode_xml(const char *name, long long val, ceph::Formatter *f);
|
||||
void encode_xml(const char *name, long long unsigned val, ceph::Formatter *f);
|
||||
|
||||
template<class T>
|
||||
|
Loading…
Reference in New Issue
Block a user