[unit-test] Knock out some dead code

This commit is contained in:
Joe Thornber
2017-03-13 14:17:32 +00:00
parent 7df5b26f39
commit 4ed5ec5e10
4 changed files with 0 additions and 47 deletions

View File

@@ -54,12 +54,6 @@ namespace {
block_manager<>::write_ref superblock(bm_->superblock(SUPERBLOCK));
}
};
void dump_counts(block_counter const &bc) {
block_counter::count_map::const_iterator it, end = bc.get_counts().end();
for (it = bc.get_counts().begin(); it != end; ++it)
cout << it->first << " -> " << it->second << endl;
}
}
//----------------------------------------------------------------