]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop a repeated statement for encode_xml() 20195/head
authorluomuyao <luo.muyao@zte.com.cn>
Wed, 31 Jan 2018 02:33:27 +0000 (10:33 +0800)
committerluomuyao <luo.muyao@zte.com.cn>
Wed, 31 Jan 2018 02:33:27 +0000 (10:33 +0800)
Signed-off-by: luomuyao <luo.muyao@zte.com.cn>
src/rgw/rgw_xml.h

index 1f37a6a49e2f29c468130610620ed7fd26b4242f..00425cd583bb1054a1137b68f7238aed9c2a25b1 100644 (file)
@@ -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>