mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
osd: remove unused ctor
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
ff087f9e01
commit
2c7fe2bc2d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user