diff --git a/db/db_impl/db_impl_readonly.cc b/db/db_impl/db_impl_readonly.cc index a99940da825e0de5639d8654e5cdcd4b0dceaa85..1866cf447c98bc5ffa4a559b86c592beb5410014 100644 --- a/db/db_impl/db_impl_readonly.cc +++ b/db/db_impl/db_impl_readonly.cc @@ -143,9 +143,6 @@ Status OpenForReadOnlyCheckExistence(const DBOptions& db_options, uint64_t manifest_file_number; s = VersionSet::GetCurrentManifestPath(dbname, fs.get(), &manifest_path, &manifest_file_number); - if (!s.ok()) { - return Status::NotFound(CurrentFileName(dbname), "does not exist"); - } } return s; }