Skip to content

Commit

Permalink
osd: remove unused ctor
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Aug 18, 2015
1 parent c57152c commit 1f8eb66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/osd/osd_types.h
Expand Up @@ -1697,8 +1697,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);
Expand Down

0 comments on commit 1f8eb66

Please sign in to comment.