From a20b50815e45dd2fb9046ff99bb942049a73406d Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 8 Oct 2013 11:17:20 +0100 Subject: [PATCH] [cache_check] remove some dead code --- caching/cache_check.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/caching/cache_check.cc b/caching/cache_check.cc index 304037b..4deb346 100644 --- a/caching/cache_check.cc +++ b/caching/cache_check.cc @@ -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_)