From ce92328796094a551ce7309d7f42d0a570bcd88c Mon Sep 17 00:00:00 2001 From: wangzhengyong Date: Tue, 14 Mar 2017 16:50:59 +0800 Subject: [PATCH] mon: drop useless assignment statements Signed-off-by: wangzhengyong@cmss.chinamobile.com --- src/mon/PGMap.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/PGMap.cc b/src/mon/PGMap.cc index c73e75d5b95f3..539ed74c74f40 100644 --- a/src/mon/PGMap.cc +++ b/src/mon/PGMap.cc @@ -1423,7 +1423,6 @@ void PGMap::cache_io_rate_summary(Formatter *f, ostream *out, if (have_output) *out << ", "; *out << pretty_si_t(pos_delta.stats.sum.num_evict_mode_full) << "PG(s) evicting (full)"; - have_output = true; } } } -- 2.39.5