提交 56c4a9c7 编写于 作者: Y Yueh-Hsuan Chiang

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
上级 417367c4
......@@ -116,8 +116,10 @@ class AutoThreadOperationStageUpdater {
ThreadStatus::OperationStage stage);
~AutoThreadOperationStageUpdater();
#if ROCKSDB_USING_THREAD_STATUS
private:
ThreadStatus::OperationStage prev_stage_;
#endif
};
} // namespace rocksdb
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册