diff --git a/db/flush_job.h b/db/flush_job.h index 8f5f12b2a..4c53b95a3 100644 --- a/db/flush_job.h +++ b/db/flush_job.h @@ -123,10 +123,10 @@ class FlushJob { // process has not matured yet. Status MemPurge(); bool MemPurgeDecider(); -#ifndef ROCKSDB_LITE - std::unique_ptr GetFlushJobInfo() const; // The rate limiter priority (io_priority) is determined dynamically here. Env::IOPriority GetRateLimiterPriority(const RateLimiter::OpType op_type); +#ifndef ROCKSDB_LITE + std::unique_ptr GetFlushJobInfo() const; #endif // !ROCKSDB_LITE const std::string& dbname_;