From: Kefu Chai Date: Sat, 15 Aug 2015 17:08:38 +0000 (-0700) Subject: osd: remove unused ctor X-Git-Tag: v9.1.0~297^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5585%2Fhead;p=ceph.git osd: remove unused ctor Signed-off-by: Kefu Chai --- diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 0d1327ed4ca7..cf67153c9116 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -1722,8 +1722,6 @@ struct pg_hit_set_info_t { bool using_gmt; ///< use gmt for creating the hit_set archive object name pg_hit_set_info_t(bool using_gmt = true) : using_gmt(using_gmt) {} - pg_hit_set_info_t(utime_t b, bool using_gmt) - : begin(b), using_gmt(using_gmt) {} void encode(bufferlist &bl) const; void decode(bufferlist::iterator &bl);