diff --git a/db/db_impl.cc b/db/db_impl.cc index 1aeb5ab686..65e0c45978 100644 --- a/db/db_impl.cc +++ b/db/db_impl.cc @@ -3091,7 +3091,6 @@ Status DBImpl::VerifyChecksum() { void DBImpl::NotifyOnExternalFileIngested( ColumnFamilyData* cfd, const ExternalSstFileIngestionJob& ingestion_job) { -#ifndef ROCKSDB_LITE if (immutable_db_options_.listeners.empty()) { return; } @@ -3107,8 +3106,6 @@ void DBImpl::NotifyOnExternalFileIngested( listener->OnExternalFileIngested(this, info); } } - -#endif } void DBImpl::WaitForIngestFile() {