mirror of https://github.com/facebook/rocksdb.git
Fix compile warning in thread_status_util.h on Mac
Summary: Fix compile warning in thread_status_util.h on Mac Test Plan: make dbg -j32
This commit is contained in:
parent
417367c42d
commit
56c4a9c760
|
@ -116,8 +116,10 @@ class AutoThreadOperationStageUpdater {
|
|||
ThreadStatus::OperationStage stage);
|
||||
~AutoThreadOperationStageUpdater();
|
||||
|
||||
#if ROCKSDB_USING_THREAD_STATUS
|
||||
private:
|
||||
ThreadStatus::OperationStage prev_stage_;
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace rocksdb
|
||||
|
|
Loading…
Reference in New Issue