osd: drop redundant comment

Signed-off-by: songweibin <song.weibin@zte.com.cn>
This commit is contained in:
songweibin 2018-02-07 13:53:21 +08:00
parent 03c8a828ea
commit dd07c22a1d

View File

@ -3194,8 +3194,6 @@ void OSDMap::print(ostream& out) const
for (const auto &addr : blacklist)
out << "blacklist " << addr.first << " expires " << addr.second << "\n";
// ignore pg_swap_primary
}
class OSDTreePlainDumper : public CrushTreeDumper::Dumper<TextTable> {