From 2c7fe2bc2d248830115369816aa029f4351375b4 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 15 Aug 2015 10:08:38 -0700 Subject: [PATCH] osd: remove unused ctor Signed-off-by: Kefu Chai --- src/osd/osd_types.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.47.3