]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: remove unused ctor 5585/head
authorKefu Chai <kchai@redhat.com>
Sat, 15 Aug 2015 17:08:38 +0000 (10:08 -0700)
committerKefu Chai <kchai@redhat.com>
Sun, 23 Aug 2015 09:32:37 +0000 (17:32 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/osd_types.h

index 0d1327ed4ca7d1a22cef762d60157b0cbc8bf943..cf67153c91168030f9d81ecbdced2296960c6ad9 100644 (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);