From: luomuyao Date: Wed, 31 Jan 2018 02:33:27 +0000 (+0800) Subject: rgw: drop a repeated statement for encode_xml() X-Git-Tag: v13.0.2~398^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=341ddddf244c8840355f7f446cdb4ae8109395a2;p=ceph.git rgw: drop a repeated statement for encode_xml() Signed-off-by: luomuyao --- diff --git a/src/rgw/rgw_xml.h b/src/rgw/rgw_xml.h index 1f37a6a49e2f..00425cd583bb 100644 --- a/src/rgw/rgw_xml.h +++ b/src/rgw/rgw_xml.h @@ -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