Skip to content

Commit

Permalink
Merge pull request #7321 from renhwsky/renhw-wip-14473
Browse files Browse the repository at this point in the history
mon: drop useless rank init assignment

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Jan 26, 2016
2 parents 8097adb + 508013d commit e39e8f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mon/Monitor.cc
Expand Up @@ -196,8 +196,6 @@ Monitor::Monitor(CephContext* cct_, string nm, MonitorDBStore *s,
routed_request_tid(0),
op_tracker(cct, true, 1)
{
rank = -1;

clog = log_client.create_channel(CLOG_CHANNEL_CLUSTER);
audit_clog = log_client.create_channel(CLOG_CHANNEL_AUDIT);

Expand Down

0 comments on commit e39e8f4

Please sign in to comment.