osd: remove unused ctor

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2015-08-15 10:08:38 -07:00
parent ff087f9e01
commit 2c7fe2bc2d

View File

@ -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);