[cache_check] remove some dead code
This commit is contained in:
parent
be22981a7d
commit
a20b50815e
@ -237,13 +237,6 @@ namespace {
|
||||
try {
|
||||
block_manager<>::ptr bm = open_bm(path, block_io<>::READ_ONLY);
|
||||
err = metadata_check(bm, fs);
|
||||
#if 0
|
||||
if (maybe_errors) {
|
||||
if (!fs.quiet_)
|
||||
cerr << error_selector(*maybe_errors, 3);
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
} catch (std::exception &e) {
|
||||
if (!fs.quiet_)
|
||||
|
Loading…
Reference in New Issue
Block a user